summaryrefslogtreecommitdiffstats
path: root/app/views/versions/index.html.erb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-03 09:53:29 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-03 09:53:29 +0000
commit8d824f5088446e6895f6f59d1b1b506403faf2eb (patch)
tree866410421579ac72eb81c5274fdf1d1e12e13988 /app/views/versions/index.html.erb
parentbee45bac8fa93116488a5113d226c50c1a8b0421 (diff)
downloadredmine-8d824f5088446e6895f6f59d1b1b506403faf2eb.tar.gz
redmine-8d824f5088446e6895f6f59d1b1b506403faf2eb.zip
use li tags for versions in version index (#13242)
Contributed by Filou Centrinov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11781 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions/index.html.erb')
-rw-r--r--app/views/versions/index.html.erb6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb
index 134c7cafb..f3c75e1a0 100644
--- a/app/views/versions/index.html.erb
+++ b/app/views/versions/index.html.erb
@@ -57,9 +57,13 @@
<% end %>
<h3><%= l(:label_version_plural) %></h3>
+<ul>
<% @versions.each do |version| %>
-<%= link_to format_version_name(version), "##{version_anchor(version)}" %><br />
+ <li>
+ <%= link_to(format_version_name(version), "##{version_anchor(version)}") %>
+ </li>
<% end %>
+</ul>
<% if @completed_versions.present? %>
<p>
<%= link_to_function l(:label_completed_versions),