smc/grandham

View on GitHub
app/views/common/_flash_notice.html.haml

Summary

Maintainability
Test Coverage
- if notice = (flash[:notice] || flash[:alert])
  .alert.alert-success
    %button.close{"data-dismiss" => "alert", :type => "button"} ×
    = notice