diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7a9498e..3add08e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -8,12 +8,12 @@ <%= yield(:head) %> - Fork me on GitHub - + Fork me on GitHub +
<%= content_tag :div, "This is just a demo, the database is reset every 24 hours.", :class => "demo_notice" %>
- + - +
<% flash.each do |name, msg| %> <%= content_tag :div, msg, :id => "flash_#{name}" %> <% end %> <%= yield %>
- +

Total number of registered users: <%= User.count %>