We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfa869 commit 0b97c07Copy full SHA for 0b97c07
app/views/dojos/activity.html.erb
@@ -65,7 +65,10 @@
65
</td>
66
<td class="url-cell">
67
<small>
68
- <span title="<%= dojo[:note] %>"><%= raw Addressable::URI.unescape(Rinku.auto_link(dojo[:note])) %></span>
+ <span title="<%= dojo[:note] %>">
69
+ <% truncated_note = truncate(dojo[:note], length: 60) %>
70
+ <%= raw Addressable::URI.unescape(Rinku.auto_link(truncated_note)) %>
71
+ </span>
72
</small>
73
74
</tr>
0 commit comments