From 6ff5d4211e95b7af52c9e8fb4233b339b7d1d479 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 19 Nov 2016 10:34:25 +0000 Subject: [PATCH] Move the closed project checkbox out of the sidebar. git-svn-id: http://svn.redmine.org/redmine/trunk@15984 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/index.html.erb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index 92ea54795..0f699589e 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -3,7 +3,13 @@ <% end %>
- <%= render_project_action_links %> + <%= form_tag({}, :method => :get) do %> + + <% end %> + <%= render_project_action_links %>

<%= l(:label_project_plural) %>

@@ -22,12 +28,4 @@ <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> <% end %> -<% content_for :sidebar do %> - <%= form_tag({}, :method => :get) do %> -

<%= l(:label_project_plural) %>

- -

<%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %>

- <% end %> -<% end %> - <% html_title(l(:label_project_plural)) -%> -- 2.39.5