Skip to content

Commit 63117a6

Browse files
committed
change fandom_path(@tag.name) to fandom_path(@tag)
1 parent d5cdd45 commit 63117a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/tags/show.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
filter_works_link: link_to(t(".filter_works"), tag_works_path(@tag)),
3030
filter_bookmarks_link: link_to(t(".filter_bookmarks"), tag_bookmarks_path(@tag))) %>
3131
<% if @tag.is_a?(Fandom) %>
32-
<%= t(".list_fandom_tags_html", fandom_relationship_tags_link: link_to(t(".fandom_relationship_tags"), fandom_path(@tag.name))) %>
32+
<%= t(".list_fandom_tags_html", fandom_relationship_tags_link: link_to(t(".fandom_relationship_tags"), fandom_path(@tag))) %>
3333
<% end %>
3434
<% end %>
3535
</p>

0 commit comments

Comments
 (0)