From 82ebb73bb4fc53ec5af428a88809ab8f11e52c0b Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 27 May 2021 17:27:42 -0400 Subject: Display cost and requirements of any activity that fails to start --- app/views/layouts/application.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/layouts') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 9b9b23a..7ce8860 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -21,8 +21,7 @@ <%= render "navbar" %> <% end %>
-

<%= notice %>

-

<%= alert %>

+ <%= render "flash_messages" %> <%= yield %>
<% if user_signed_in? %> -- cgit v1.2.3