Skip to content

Commit

Permalink
Mostra flash[:alert] no layout
Browse files Browse the repository at this point in the history
  • Loading branch information
elomar committed Mar 17, 2012
1 parent ee166d2 commit 897b432
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -10,6 +10,9 @@
<div class="container">
<%= render 'layouts/cabecalho' %>
<section class="round">
<% if flash[:alert] %>
<p class="alert"><%= flash[:alert] %></p>
<% end %>
<% if flash[:notice] %>
<p class="notice"><%= flash[:notice] %></p>
<% end %>
Expand Down

0 comments on commit 897b432

Please sign in to comment.