Defect #26403 » dont-truncate-commit-message.diff
app/views/repositories/_revisions.html.erb (working copy) | ||
---|---|---|
42 | 42 |
<td class="checkbox"><%= radio_button_tag('rev_to', changeset.identifier, (line_num==2), :id => "cbto-#{line_num}", :onclick => "if ($('#cb-#{line_num}').prop('checked')) {$('#cb-#{line_num-1}').prop('checked',true);}") if show_diff && (line_num > 1) %></td> |
43 | 43 |
<td class="committed_on"><%= format_time(changeset.committed_on) %></td> |
44 | 44 |
<td class="author"><%= changeset.user.blank? ? changeset.author.to_s.truncate(30) : link_to_user(changeset.user) %></td> |
45 |
<td class="comments"><%= format_changeset_comments changeset, :short => true %></td>
|
|
45 |
<td class="comments"><%= format_changeset_comments changeset %></td> |
|
46 | 46 |
</tr> |
47 | 47 |
<% line_num += 1 %> |
48 | 48 |
<% end %> |