X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Flayouts%2Fapplication.html.erb;h=1599adb0cc371ff7dd1d8f0205811fa415c56999;hb=3a164c47cd4f58ff8ee59446c73970d1b9b3fbbf;hp=ee2975d78194cae95b2509ff0fe4b1cd246f4f88;hpb=40e34b3d2aea86f7d1411b10dcda928d7115ad08;p=feedcatcher.git diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index ee2975d..1599adb 100644 --- a/app/views/layouts/application.html.erb +++ b/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 %>