Project

General

Profile

Defect #26403 » dont-truncate-commit-message.diff

patch - Go MAEDA, 2017-07-10 15:42

View differences:

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 %>
(3-3/4)