diff options
author | Joe Sak <joe@joesak.com> | 2010-11-20 13:59:27 -0600 |
---|---|---|
committer | Joe Sak <joe@joesak.com> | 2010-11-20 13:59:27 -0600 |
commit | 2f94c8c08aec64403fdecf3a13d20dc35a595fb5 (patch) | |
tree | a241d59d20989fab950cc3500c22a5a23fc6f220 /app/views/admin/blog | |
parent | cab02942d0838219ea491f61bbb3c647221e0531 (diff) | |
download | refinerycms-blog-2f94c8c08aec64403fdecf3a13d20dc35a595fb5.tar.gz refinerycms-blog-2f94c8c08aec64403fdecf3a13d20dc35a595fb5.tar.bz2 refinerycms-blog-2f94c8c08aec64403fdecf3a13d20dc35a595fb5.zip |
ajaxify the nav
Diffstat (limited to 'app/views/admin/blog')
-rw-r--r-- | app/views/admin/blog/comments/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/comments/show.html.erb b/app/views/admin/blog/comments/show.html.erb index f22edd8..d4c2186 100644 --- a/app/views/admin/blog/comments/show.html.erb +++ b/app/views/admin/blog/comments/show.html.erb @@ -60,4 +60,4 @@ </table> </div> -<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog') %>
\ No newline at end of file +<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog') %> |