##// END OF EJS Templates
Deprecated truncate call....
Jean-Philippe Lang -
r2432:6b770fa70c87
parent child
Show More
@@ -17,7 +17,7
17 <td class="project"><%=h issue.project %></td>
17 <td class="project"><%=h issue.project %></td>
18 <td class="tracker"><%=h issue.tracker %></td>
18 <td class="tracker"><%=h issue.tracker %></td>
19 <td class="subject">
19 <td class="subject">
20 <%= link_to h(truncate(issue.subject, 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>)
20 <%= link_to h(truncate(issue.subject, :length => 60)), :controller => 'issues', :action => 'show', :id => issue %> (<%=h issue.status %>)
21 </td>
21 </td>
22 </tr>
22 </tr>
23 <% end %>
23 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now