diff options
author | djones <dgjones@gmail.com> | 2010-09-06 16:22:13 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-06 16:22:13 +1200 |
commit | bd50bdb415346329e772a90f26828376a6a1cffb (patch) | |
tree | 3722ac255f4b96a0e4adf8ec2493dfbd002ade68 /app/views/admin | |
parent | 6f342c1314dfbc8a02a2d4276f6ae7b0bc951661 (diff) | |
download | refinerycms-blog-bd50bdb415346329e772a90f26828376a6a1cffb.tar.gz refinerycms-blog-bd50bdb415346329e772a90f26828376a6a1cffb.tar.bz2 refinerycms-blog-bd50bdb415346329e772a90f26828376a6a1cffb.zip |
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
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/blog/comments/show.html.erb | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ </table> </div> -<% 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 |