comparison app/views/repositories/revision.html.erb @ 1517:dffacf8a6908 redmine-2.5

Update to Redmine SVN revision 13367 on 2.5-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:29:00 +0100
parents 261b3d9a4903
children a1bdbf8a87d5
comparison
equal deleted inserted replaced
1516:b450a9d58aed 1517:dffacf8a6908
94 <%= stylesheet_link_tag "scm" %> 94 <%= stylesheet_link_tag "scm" %>
95 <% end %> 95 <% end %>
96 96
97 <% 97 <%
98 title = "#{l(:label_revision)} #{format_revision(@changeset)}" 98 title = "#{l(:label_revision)} #{format_revision(@changeset)}"
99 title << " - #{truncate(@changeset.comments, :length => 80)}" 99 title << " - #{@changeset.comments.truncate(80)}"
100 html_title(title) 100 html_title(title)
101 -%> 101 -%>