Skip to content

Commit

Permalink
[SP#4771] Removed the list of Versions from the Roadmap list
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Jul 15, 2009
1 parent e6c5a55 commit 339109c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/projects/roadmap.rhtml
Expand Up @@ -42,10 +42,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 version.name, "##{version.name}" %><br />
<% end %>
<% end %>
<% html_title(l(:label_roadmap)) %>

0 comments on commit 339109c

Please sign in to comment.