Skip to content

Commit

Permalink
Subscription links in dashboard fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-menendez committed Oct 4, 2023
1 parent 6da7e74 commit b95b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboards/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<ul>
<% current_user.subscribed_gems.each do |gem| %>
<li>
<%= link_to gem, gem.slug, :title => short_info(gem.versions.most_recent), :class => 't-link' %>
<%= link_to gem, rubygem_path(gem.slug), :title => short_info(gem.versions.most_recent), :class => 't-link' %>
</li>
<% end %>
</ul>
Expand Down

0 comments on commit b95b2e3

Please sign in to comment.