diff options
author | francis <francis> | 2008-03-17 10:36:41 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-17 10:36:41 +0000 |
commit | 3a07cc3dbc25f56bba191b4607fb1fa8f64a63ca (patch) | |
tree | bba1a5bbeb9fd5c3fb74116b2a4fdb6b551730dd /app/views/admin/index.rhtml | |
parent | bf903b558f43d9b3bfbb10852aa7141a4f8e74bb (diff) |
Explicit "bad contact details" setting (blank email)
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> |