1f8b1b48cb010e57d785ccbf15998ff690a80671
[feedcatcher.git] / app / views / layouts / application.html.erb
1 <html>
2 <head>
3 <title>Feedcatcher</title>
4 <%= stylesheet_link_tag "feedcatcher", :media => :all %>
5 </head>
6 <body>
7 <% if flash[:notice] -%>
8 <div id="notice"><%= h flash[:notice] %></div>
9 <% end -%>
10 <%= yield :layout %>
11 </body>
12 </html>