Updating stable branch
[feedcatcher.git] / trunk / 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"><%= flash[:notice] %></div>
9 <% end -%>
10 <%= yield :layout %>
11 </body>
12 </html>