aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments/index.html.erb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-09 21:53:34 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-09 21:53:34 +1200
commit351bdd049e2b6ebad577580d3c186db4a47903a0 (patch)
treedb76e204a5ab994e9a074932b173862713dca021 /app/views/admin/blog/comments/index.html.erb
parent7ee1410c9689639ead4df51ba21dcb69840a4519 (diff)
downloadrefinerycms-blog-351bdd049e2b6ebad577580d3c186db4a47903a0.tar.gz
refinerycms-blog-351bdd049e2b6ebad577580d3c186db4a47903a0.tar.bz2
refinerycms-blog-351bdd049e2b6ebad577580d3c186db4a47903a0.zip
Animated submenu and hide subsections of categories and settings by default.
Diffstat (limited to 'app/views/admin/blog/comments/index.html.erb')
-rw-r--r--app/views/admin/blog/comments/index.html.erb10
1 files changed, 4 insertions, 6 deletions
diff --git a/app/views/admin/blog/comments/index.html.erb b/app/views/admin/blog/comments/index.html.erb
index e2835cd..6b5a3e8 100644
--- a/app/views/admin/blog/comments/index.html.erb
+++ b/app/views/admin/blog/comments/index.html.erb
@@ -20,12 +20,10 @@
:previous_label => '&laquo;',
:next_label => '&raquo;' %>
<% else %>
- <p>
- <strong>
- <%= t('.no_items_yet',
- :type => (t("admin.blog.submenu.comments.#{action_name}").downcase unless action_name == 'index')) %>
- </strong>
- </p>
+ <h3>
+ <%= t('.no_items_yet',
+ :type => (t("admin.blog.submenu.comments.#{action_name}").downcase unless action_name == 'index')) %>
+ </h3>
<% end %>
<% end %>
</div> \ No newline at end of file