Skip to content

Commit 8f5b696

Browse files
committed
Fix link
1 parent a33e378 commit 8f5b696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/dashboards/show.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<ol class="list-decimal list-inside">
6363
<% Link.trending(limit: 5).each do |link| %>
6464
<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" %>
65+
<%= link_to truncate(link.url), link.url, target: "_blank", class: "underline text-blue-400 hover:text-blue-600" %>
6666
</li>
6767
<% end %>
6868
</ol>

0 commit comments

Comments
 (0)