aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/_submenu.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/_submenu.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/_submenu.html.erb')
-rw-r--r--app/views/admin/blog/_submenu.html.erb11
1 files changed, 2 insertions, 9 deletions
diff --git a/app/views/admin/blog/_submenu.html.erb b/app/views/admin/blog/_submenu.html.erb
index b93e30d..9d06898 100644
--- a/app/views/admin/blog/_submenu.html.erb
+++ b/app/views/admin/blog/_submenu.html.erb
@@ -88,12 +88,5 @@
</ul>
</nav>
-<% if Refinery.version < '0.9.9' %>
- <% content_for :head do %>
- <%= stylesheet_link_tag('refinery/refinerycms-blog') %>
- <%# this javascript is not even required in >= 0.9.9 because we made this sort of menu core. %>
- <%= javascript_include_tag('refinery/refinerycms-blog') %>
- <% end %>
-<% else %>
- <% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog')%>
-<% end %>
+
+<% content_for :stylesheets, stylesheet_link_tag('refinery/refinerycms-blog')%>