##// END OF EJS Templates
use li tags for versions in version index (#13242)...
Toshi MARUYAMA -
r11551:8d824f508844
parent child
Show More
@@ -57,9 +57,13
57 <% end %>
57 <% end %>
58
58
59 <h3><%= l(:label_version_plural) %></h3>
59 <h3><%= l(:label_version_plural) %></h3>
60 <ul>
60 <% @versions.each do |version| %>
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 <% end %>
65 <% end %>
66 </ul>
63 <% if @completed_versions.present? %>
67 <% if @completed_versions.present? %>
64 <p>
68 <p>
65 <%= link_to_function l(:label_completed_versions),
69 <%= link_to_function l(:label_completed_versions),
General Comments 0
You need to be logged in to leave comments. Login now