@@ -57,9 +57,13 | |||
|
57 | 57 | <% end %> |
|
58 | 58 | |
|
59 | 59 | <h3><%= l(:label_version_plural) %></h3> |
|
60 | <ul> | |
|
60 | 61 | <% @versions.each do |version| %> |
|
61 | <%= link_to format_version_name(version), "##{version_anchor(version)}" %><br /> | |
|
62 | <li> | |
|
63 | <%= link_to(format_version_name(version), "##{version_anchor(version)}") %> | |
|
64 | </li> | |
|
62 | 65 | <% end %> |
|
66 | </ul> | |
|
63 | 67 | <% if @completed_versions.present? %> |
|
64 | 68 | <p> |
|
65 | 69 | <%= link_to_function l(:label_completed_versions), |
General Comments 0
You need to be logged in to leave comments.
Login now