diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 2fded9c6..305d7736 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -43,10 +43,6 @@

<%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %>

<% end %> -

<%= l(:label_version_plural) %>

-<% @versions.each do |version| %> -<%= link_to format_version_name(version), "##{version.name}" %>
-<% end %> <% end %> <% html_title(l(:label_roadmap)) %>