ArturT/Railstom

View on GitHub
app/views/layouts/_notice.html.haml

Summary

Maintainability
Test Coverage
-# green alert
= alert_box(:success, flash[:success])

-# red alert
= alert_box(:error, flash[:error] || alert)

-# blue alert
= alert_box(:info, flash[:info] || flash[:notice] || notice)

-# yellow alert
= alert_box(:warning, flash[:warning])