Remove the list of versions from sidebar, will be moved to menu
This commit is contained in:
parent
48675d63a5
commit
6d522a9acd
|
@ -43,10 +43,6 @@
|
|||
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>
|
||||
<% end %>
|
||||
|
||||
<h3><%= l(:label_version_plural) %></h3>
|
||||
<% @versions.each do |version| %>
|
||||
<%= link_to format_version_name(version), "##{version.name}" %><br />
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<% html_title(l(:label_roadmap)) %>
|
||||
|
|
Loading…
Reference in New Issue