From 6d522a9acde40544be685d089b9f9495b5b691a4 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Sat, 5 Mar 2011 19:30:16 -0800 Subject: [PATCH] Remove the list of versions from sidebar, will be moved to menu --- app/views/versions/index.html.erb | 4 ---- 1 file changed, 4 deletions(-) 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)) %>