X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=trunk%2Fapp%2Fviews%2Flayouts%2Fapplication.html.erb;h=1599adb0cc371ff7dd1d8f0205811fa415c56999;hb=78c53d1291e0effd2c5e98a23a3d247422f18e92;hp=ee2975d78194cae95b2509ff0fe4b1cd246f4f88;hpb=28dc159fa652a7729d72eb0b9afe4229136a5e37;p=feedcatcher.git diff --git a/trunk/app/views/layouts/application.html.erb b/trunk/app/views/layouts/application.html.erb index ee2975d..1599adb 100644 --- a/trunk/app/views/layouts/application.html.erb +++ b/trunk/app/views/layouts/application.html.erb @@ -1,8 +1,12 @@ Feedcatcher + <%= stylesheet_link_tag "feedcatcher", :media => :all %> + <% if flash[:notice] -%> +
<%= flash[:notice] %>
+ <% end -%> <%= yield :layout %>