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.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blog_posts/_side_bar.html.erb b/app/views/blog_posts/_side_bar.html.erb
index a7feedc..dfdfaa2 100644
--- a/app/views/blog_posts/_side_bar.html.erb
+++ b/app/views/blog_posts/_side_bar.html.erb
@@ -1,5 +1,5 @@
<h2><%= t('.categories') %></h2>
-<ul class='categories'>
+<ul id='categories'>
<% @blog_categories.each do |category| %>
<li>
<%= link_to category.title, blog_category_url(category) %>