_notices.html.erb 125 B

123456
  1. <% if notice %>
  2. <p class="notice"><%= notice %></p>
  3. <% end %>
  4. <% if alert %>
  5. <p class="alert"><%= alert %></p>
  6. <% end %>