Skip to content

Commit

Permalink
Merge pull request #3950 from carlospazuzu/fix-missing-link-on-works-…
Browse files Browse the repository at this point in the history
…page

fix: corrects missing 'view all' link in works page
  • Loading branch information
shimbaco committed Nov 8, 2023
2 parents c9d04de + e4a2334 commit 52ec544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/works/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<% if @trailers.size > 4 %>
<div>
<%= link_to "#" do %>
<%= link_to video_list_path(@work) do %>
<i class="far fa-angle-right me-1"></i>
<%= t("verb.view_all") %>
<% end %>
Expand Down

0 comments on commit 52ec544

Please sign in to comment.