From 0e38827bbeccc397f873f54cdc9dd22c6862fff3 Mon Sep 17 00:00:00 2001 From: Mike Kelley Date: Tue, 1 Jan 2013 12:01:47 -0700 Subject: [PATCH] fixed github form ribbon --- app/views/layouts/application.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %>