We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33e378 commit 8f5b696Copy full SHA for 8f5b696
app/views/dashboards/show.html.erb
@@ -62,7 +62,7 @@
62
<ol class="list-decimal list-inside">
63
<% Link.trending(limit: 5).each do |link| %>
64
<li class="my-2 even:bg-stone-100">
65
- <%= link_to truncate(link.url), link, target: "_blank", class: "underline text-blue-400 hover:text-blue-600" %>
+ <%= link_to truncate(link.url), link.url, target: "_blank", class: "underline text-blue-400 hover:text-blue-600" %>
66
</li>
67
<% end %>
68
</ol>
0 commit comments