From bd50bdb415346329e772a90f26828376a6a1cffb Mon Sep 17 00:00:00 2001 From: djones Date: Mon, 6 Sep 2010 16:22:13 +1200 Subject: refactoring the frontend to use more partials, separate out the categories into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks --- app/views/admin/blog/comments/show.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/views/admin/blog/comments') diff --git a/app/views/admin/blog/comments/show.html.erb b/app/views/admin/blog/comments/show.html.erb index 7dbe519..1cc29bb 100644 --- a/app/views/admin/blog/comments/show.html.erb +++ b/app/views/admin/blog/comments/show.html.erb @@ -60,6 +60,4 @@ -<% content_for :head do %> - <%= stylesheet_link_tag 'refinery/refinerycms-blog' %> -<% end %> \ No newline at end of file +<% content_for :head, stylesheet_link_tag('refinery/refinerycms-blog') %> \ No newline at end of file -- cgit v1.2.3