We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cdd45 commit 63117a6Copy full SHA for 63117a6
app/views/tags/show.html.erb
@@ -29,7 +29,7 @@
29
filter_works_link: link_to(t(".filter_works"), tag_works_path(@tag)),
30
filter_bookmarks_link: link_to(t(".filter_bookmarks"), tag_bookmarks_path(@tag))) %>
31
<% 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))) %>
+ <%= t(".list_fandom_tags_html", fandom_relationship_tags_link: link_to(t(".fandom_relationship_tags"), fandom_path(@tag))) %>
33
<% end %>
34
35
</p>
0 commit comments