diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb
index 134c7ca..f3c75e1 100644
--- a/app/views/versions/index.html.erb
+++ b/app/views/versions/index.html.erb
@@ -57,9 +57,13 @@
<% end %>
<%= l(:label_version_plural) %>
+
<% @versions.each do |version| %>
-<%= link_to format_version_name(version), "##{version_anchor(version)}" %>
+ -
+ <%= link_to(format_version_name(version), "##{version_anchor(version)}") %>
+
<% end %>
+
<% if @completed_versions.present? %>
<%= link_to_function l(:label_completed_versions),