denny/ShinyCMS-ruby

View on GitHub
plugins/ShinyCMS/app/views/shinycms/includes/_messages.html.erb

Summary

Maintainability
Test Coverage
<% if flash[ :alert ] %>
<div class="alerts">
  <%= flash[ :alert ] %>
</div>
<% end %>
<% if flash[ :notice ] %>
<div class="notices">
  <%= flash[ :notice ] %>
</div>
<% end %>