Skip to content

Commit cc8db0a

Browse files
committed
Fixed tag index
1 parent 7f20ae2 commit cc8db0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/pages/index.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
%dl.sub-nav
3737
- @popular_tags.each do |tag|
3838
%dd.active
39-
= link_to tag, search_index_path(tag: tag)
39+
= link_to tag, search_index_path(tag: tag.name)

0 commit comments

Comments
 (0)