@@ -37,7 +37,7 | |||||
37 | <td> |
|
37 | <td> | |
38 | <%= @changeset.parents.collect{ |
|
38 | <%= @changeset.parents.collect{ | |
39 | |p| link_to_revision(p, @project, :text => format_revision(p)) |
|
39 | |p| link_to_revision(p, @project, :text => format_revision(p)) | |
40 | }.join(", ") %> |
|
40 | }.join(", ").html_safe %> | |
41 | </td> |
|
41 | </td> | |
42 | </tr> |
|
42 | </tr> | |
43 | <% end %> |
|
43 | <% end %> | |
@@ -47,7 +47,7 | |||||
47 | <td> |
|
47 | <td> | |
48 | <%= @changeset.children.collect{ |
|
48 | <%= @changeset.children.collect{ | |
49 | |p| link_to_revision(p, @project, :text => format_revision(p)) |
|
49 | |p| link_to_revision(p, @project, :text => format_revision(p)) | |
50 | }.join(", ") %> |
|
50 | }.join(", ").html_safe %> | |
51 | </td> |
|
51 | </td> | |
52 | </tr> |
|
52 | </tr> | |
53 | <% end %> |
|
53 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now