aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/sidebar_modules/_sidebar_blog_category.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refinery/sidebar_modules/_sidebar_blog_category.html.erb')
-rw-r--r--app/views/refinery/sidebar_modules/_sidebar_blog_category.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/refinery/sidebar_modules/_sidebar_blog_category.html.erb b/app/views/refinery/sidebar_modules/_sidebar_blog_category.html.erb
deleted file mode 100644
index c1d80f1..0000000
--- a/app/views/refinery/sidebar_modules/_sidebar_blog_category.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<% content_for "sidebar_module_#{sidebar_blog_category.title}_body" do %>
- <% sidebar_blog_category.body.each do |post| %>
- <%= content_tag :div, :class => :sidebar_blog_headline do %>
- <%= link_to post.title, blog_post_path(post) %>
- <% end %>
- <% end %>
-<% end %>
-<%= render 'common/sidebar_module', :sidebar_module => sidebar_blog_category %>