scm: view: remove redundant br tag from the revision page (#5501)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7727 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ea18487b8d
commit
ae086b5ef6
@ -37,7 +37,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<%= @changeset.parents.collect{
|
<%= @changeset.parents.collect{
|
||||||
|p| link_to_revision(p, @project, :text => format_revision(p))
|
|p| link_to_revision(p, @project, :text => format_revision(p))
|
||||||
}.join(", ") %><br />
|
}.join(", ") %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<%= @changeset.children.collect{
|
<%= @changeset.children.collect{
|
||||||
|p| link_to_revision(p, @project, :text => format_revision(p))
|
|p| link_to_revision(p, @project, :text => format_revision(p))
|
||||||
}.join(", ") %><br />
|
}.join(", ") %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user