lib/flapjack/gateways/web/views/entities.html.erb in flapjack-1.0.0 vs lib/flapjack/gateways/web/views/entities.html.erb in flapjack-1.1.0

- old
+ new

@@ -1,4 +1,7 @@ +<% if @auto_refresh %> +<meta http-equiv="refresh" content="<%= @auto_refresh %>" > +<% end %> <% page_title "#{@adjective.capitalize} Entities" %> <div class="page-header"> <h2><%= h @adjective.capitalize %> Entities</h2> </div>