Skip to content

Commit

Permalink
AO3-4696 Reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilka2 authored Mar 31, 2024
1 parent 6fe8af5 commit 4790047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/tags/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<% if @tag.canonical %>

Check failure on line 26 in app/views/tags/show.html.erb

View workflow job for this annotation

GitHub Actions / ERB Lint runner

[] reported by reviewdog 🐶 Extra whitespace detected at end of line. Raw Output: app/views/tags/show.html.erb:26:25: Extra whitespace detected at end of line.
<%= t(".canonical_html",
canonical_tag_faq_link: link_to(t(".canonical_tag_faq"), archive_faq_path("glossary", anchor: "canonicaldef")),
filter_works_link: link_to(t(".filter_works"), {:controller => :works, :action => :index, :tag_id => @tag}),
filter_bookmarks_link: link_to(t(".filter_bookmarks"), {:controller => :bookmarks, :action => :index, :tag_id => @tag})) %>
filter_works_link: link_to(t(".filter_works"), { controller: :works, action: :index, tag_id: @tag }),
filter_bookmarks_link: link_to(t(".filter_bookmarks"), { controller: :bookmarks, action: :index, tag_id: @tag })) %>
<% if @tag.is_a?(Fandom) %>
<%= t(".list_fandom_tags_html", fandom_relationship_tags_link: link_to(t(".fandom_relationship_tags"), fandom_path(@tag.name))) %>
<% end %>
Expand Down

0 comments on commit 4790047

Please sign in to comment.