mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-10 19:23:06 +00:00
Merged r16843 (#26403).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16923 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1f59ac2461
commit
4195d0e1ee
@ -42,7 +42,7 @@ end %>
|
||||
<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>
|
||||
<td class="committed_on"><%= format_time(changeset.committed_on) %></td>
|
||||
<td class="author"><%= changeset.user.blank? ? changeset.author.to_s.truncate(30) : link_to_user(changeset.user) %></td>
|
||||
<td class="comments"><%= format_changeset_comments changeset, :short => true %></td>
|
||||
<td class="comments"><%= textilizable(truncate_at_line_break(changeset.comments), :formatting => Setting.commit_logs_formatting?) %></td>
|
||||
</tr>
|
||||
<% line_num += 1 %>
|
||||
<% end %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user