@@ -40,7 +40,7 end %> | |||
|
40 | 40 | <td class="checkbox"><%= radio_button_tag('rev', changeset.identifier, (line_num==1), :id => "cb-#{line_num}", :onclick => "$('#cbto-#{line_num+1}').attr('checked',true);") if show_diff && (line_num < revisions.size) %></td> |
|
41 | 41 | <td class="checkbox"><%= radio_button_tag('rev_to', changeset.identifier, (line_num==2), :id => "cbto-#{line_num}", :onclick => "if ($('#cb-#{line_num}').attr('checked')) {$('#cb-#{line_num-1}').attr('checked',true);}") if show_diff && (line_num > 1) %></td> |
|
42 | 42 | <td class="committed_on"><%= format_time(changeset.committed_on) %></td> |
|
43 |
<td class="author"><%= |
|
|
43 | <td class="author"><%= changeset.author.to_s.truncate(30) %></td> | |
|
44 | 44 | <td class="comments"><%= textilizable(truncate_at_line_break(changeset.comments)) %></td> |
|
45 | 45 | </tr> |
|
46 | 46 | <% line_num += 1 %> |
General Comments 0
You need to be logged in to leave comments.
Login now