diff options
Diffstat (limited to 'app/views/admin/index.rhtml')
-rw-r--r-- | app/views/admin/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/index.rhtml b/app/views/admin/index.rhtml index ab41731c9..f5308b35a 100644 --- a/app/views/admin/index.rhtml +++ b/app/views/admin/index.rhtml @@ -20,7 +20,7 @@ <% if last_date.nil? %> <p> <% end %> - <h2><%= simple_date(event.created_at) %></h2> + <h3><%= simple_date(event.created_at) %></h3> <p> <% else %> <br> |