Remove the list of versions from sidebar, will be moved to menu

This commit is contained in:
Eric Davis 2011-03-05 19:30:16 -08:00
parent 48675d63a5
commit 6d522a9acd
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p> <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>
<% end %> <% end %>
<h3><%= l(:label_version_plural) %></h3>
<% @versions.each do |version| %>
<%= link_to format_version_name(version), "##{version.name}" %><br />
<% end %>
<% end %> <% end %>
<% html_title(l(:label_roadmap)) %> <% html_title(l(:label_roadmap)) %>