]> source.dussan.org Git - redmine.git/commitdiff
Changesets comments truncated at 500 characters on activity view.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 9 Apr 2007 18:18:23 +0000 (18:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 9 Apr 2007 18:18:23 +0000 (18:18 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@438 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/projects/activity.rhtml

index d5862b292844885adc74333e940bbc6a0ba7b9bf..a0d419884d5b8a413004c72240e308ad2f311454 100644 (file)
@@ -42,7 +42,7 @@
       <% unless e.comment.blank? %><em><%=h e.comment %></em><% end %>
     <% elsif e.is_a? Changeset %>
       <%= e.created_on.strftime("%H:%M") %> <%=l(:label_revision)%> <%= link_to h(e.revision), :controller => 'repositories', :action => 'revision', :id => @project, :rev => e.revision %><br />
-      <em><%=h e.committer.blank? ? "anonymous" : e.committer %><%= h(": #{e.comment}") unless e.comment.blank? %></em>
+      <em><%=h e.committer.blank? ? "anonymous" : e.committer %><%= h(": #{truncate(e.comment, 500)}") unless e.comment.blank? %></em>
     <% end %>
     </p></li>