From 52fbcebb6dfd69302b43b9785e92a654c8c331ca Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 30 Aug 2016 20:16:17 +0000 Subject: Adds name filter on group list. git-svn-id: http://svn.redmine.org/redmine/trunk@15757 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/groups/index.html.erb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'app/views') diff --git a/app/views/groups/index.html.erb b/app/views/groups/index.html.erb index 95a683ed8..a8886d0d8 100644 --- a/app/views/groups/index.html.erb +++ b/app/views/groups/index.html.erb @@ -3,6 +3,17 @@ <%= title l(:label_group_plural) %> + +<%= form_tag(groups_path, :method => :get) do %> +
<%= l(:label_filter_plural) %> + + <%= text_field_tag 'name', params[:name], :size => 30 %> + <%= submit_tag l(:button_apply), :class => "small", :name => nil %> + <%= link_to l(:button_clear), groups_path, :class => 'icon icon-reload' %> +
+<% end %> +  + <% if @groups.any? %>
-- cgit v1.2.3