aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/comments/show.html.erb')
-rw-r--r--app/views/admin/blog/comments/show.html.erb7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/views/admin/blog/comments/show.html.erb b/app/views/admin/blog/comments/show.html.erb
index d4c2186..82a5f6f 100644
--- a/app/views/admin/blog/comments/show.html.erb
+++ b/app/views/admin/blog/comments/show.html.erb
@@ -59,5 +59,8 @@
</tr>
</table>
</div>
-
-<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog') %>
+<% if Refinery.version < '0.9.9' %>
+ <% content_for :head, stylesheet_link_tag('refinery/refinerycms-blog') %>
+<% else %>
+ <% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog') %>
+<% end %> \ No newline at end of file