fix truncation of thread titles
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
<% title @thread.title %>
|
||||
|
||||
<%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → <%= link_to @thread %>
|
||||
<h1><%= truncate(@thread.title, length: 60, omission: " …") %></h1>
|
||||
<%= link_to @thread.forum.group, forumgroup_path(@thread.forum.group) %> → <%= link_to @thread.forum, @thread.forum %> → <%= link_to truncate(@thread.title, length: 60, omission: " …") %>
|
||||
<h1><%= title @thread.title %></h1>
|
||||
|
||||
<div class="item-group thread with-avatar" id="thread-<%= @thread.id %>">
|
||||
<div class="header">
|
||||
|
||||
Reference in New Issue
Block a user