X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Flayouts%2Fapplication.html.erb;h=58c8d8c929c6f66e964a1435265e933d048bfb1d;hb=HEAD;hp=f11c29ddfd40ca7be8be80d80dce8245d6237433;hpb=36d9f3351a3b4e8159279445190e2287ffdea86c;p=feedcatcher.git diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f11c29d..58c8d8c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -7,8 +7,11 @@ <%= csrf_meta_tags %> + <% if flash[:notice] -%> +
<%= h flash[:notice] %>
+ <% end -%> -<%= yield %> + <%= yield %>