aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog_posts/_side_bar.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blog_posts/_side_bar.html.erb')
-rw-r--r--app/views/blog_posts/_side_bar.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/blog_posts/_side_bar.html.erb b/app/views/blog_posts/_side_bar.html.erb
new file mode 100644
index 0000000..56bd825
--- /dev/null
+++ b/app/views/blog_posts/_side_bar.html.erb
@@ -0,0 +1,8 @@
+<h2><%= t('.categories') %></h2>
+<ul class='categories'>
+ <% @blog_categories.each do |category| %>
+ <li>
+ <%= category.title %>
+ </li>
+ <% end %>
+</ul> \ No newline at end of file