<%= page_title %>
<% if false && @breadcrumbs %>
<% @breadcrumbs[0..-2].each do |breadcrumb| %>
<% txt, path = breadcrumb %>
- <%= link_to(h(txt), path) %>
<% end %>
<% end %>
<%# flash[:success] = "This test is for testing the notifications." %>
<%# flash[:failure] = "This test is for testing the notifications." %>
<%# flash[:notice] = "This test is for testing the notifications." %>
<%= notice %>
<%= yield %>