diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 3fc8fe6..fee28be 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -35,11 +35,19 @@ <% content_for :sidebar do %> <%= form_tag({}, :method => :get) do %>

<%= l(:label_roadmap) %>

+ +

<% if @project.descendants.active.any? %> <%= hidden_field_tag 'with_subprojects', 0 %>