aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments/show.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-06-03 22:25:01 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-06-03 22:25:01 +0300
commitaefcf291a9ae3e1d81ec1dd9888c9feb71f532ed (patch)
treee4e63cfaab98d7e46f036ece473003a06bbd1b04 /app/views/admin/blog/comments/show.html.erb
parent7c36aa87f0f9154638d90191e07d6888b5d39343 (diff)
downloadrefinerycms-blog-aefcf291a9ae3e1d81ec1dd9888c9feb71f532ed.tar.gz
refinerycms-blog-aefcf291a9ae3e1d81ec1dd9888c9feb71f532ed.tar.bz2
refinerycms-blog-aefcf291a9ae3e1d81ec1dd9888c9feb71f532ed.zip
Remove old code (< 0.9.9).
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, 2 insertions, 5 deletions
diff --git a/app/views/admin/blog/comments/show.html.erb b/app/views/admin/blog/comments/show.html.erb
index 4faa2de..d4c2186 100644
--- a/app/views/admin/blog/comments/show.html.erb
+++ b/app/views/admin/blog/comments/show.html.erb
@@ -59,8 +59,5 @@
</tr>
</table>
</div>
-<% 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 %>
+
+<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog') %>