Skip to content

Commit

Permalink
Update _categories.html.erb (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamboostme authored and parndt committed Jul 6, 2017
1 parent fcb0ed2 commit 76ee576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/refinery/blog/shared/_categories.html.erb
Expand Up @@ -2,7 +2,7 @@
<h2><%= t('.title') %></h2>
<ul id="categories">
<% @categories.each do |category| %>
<li<%= " class='selected'" if @category.present? && @category.id == category.id %>>
<li<%== ' class="selected"' if @category.present? && @category.id == category.id %>>
<%= link_to "#{category.title} (#{category.post_count})", refinery.blog_category_path(category) %>
</li>
<% end %>
Expand Down

0 comments on commit 76ee576

Please sign in to comment.