recurring loading working now
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
|
||||
<body>
|
||||
<%= render partial: 'layouts/header' %>
|
||||
<%= yield %>
|
||||
<% if notice %>
|
||||
<p class="notice"><%= notice %></p>
|
||||
<% end %>
|
||||
<% if alert %>
|
||||
<p class="alert"><%= alert %></p>
|
||||
<% end %>
|
||||
<%= yield %>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user