aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/blog/_submenu.html.erb11
-rw-r--r--app/views/admin/blog/comments/show.html.erb7
-rw-r--r--app/views/admin/blog/posts/_form.html.erb11
3 files changed, 6 insertions, 23 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')%>
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') %>
diff --git a/app/views/admin/blog/posts/_form.html.erb b/app/views/admin/blog/posts/_form.html.erb
index 7d95052..24b14ba 100644
--- a/app/views/admin/blog/posts/_form.html.erb
+++ b/app/views/admin/blog/posts/_form.html.erb
@@ -86,12 +86,5 @@
} %>
<% end -%>
-<% if Refinery.version < '0.9.9' %>
- <% content_for :head do %>
- <%= render :partial => 'form.css' %>
- <%= render :partial => 'form.js' %>
- <% end %>
-<% else %>
- <% content_for :stylesheets, render(:partial => 'form.css') -%>
- <% content_for :javascripts, render(:partial => 'form.js') -%>
-<% end %>
+<% content_for :stylesheets, render(:partial => 'form.css') -%>
+<% content_for :javascripts, render(:partial => 'form.js') -%>