summaryrefslogtreecommitdiffstats
path: root/app/views/admin
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-16 18:23:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-16 18:23:51 +0000
commita08c64e11fa7d38aa22f4fb4f30895fe262694bd (patch)
tree858c74a0d1ebbf4549c5c4d9d5a641c5c58a09de /app/views/admin
parent899d410e0bfba47511dabe8413905bd489f7d960 (diff)
downloadredmine-a08c64e11fa7d38aa22f4fb4f30895fe262694bd.tar.gz
redmine-a08c64e11fa7d38aa22f4fb4f30895fe262694bd.zip
Adds links to reset filters on users and projects list.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5151 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/projects.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/projects.rhtml b/app/views/admin/projects.rhtml
index e1f079c4f..229c77ea8 100644
--- a/app/views/admin/projects.rhtml
+++ b/app/views/admin/projects.rhtml
@@ -11,6 +11,7 @@
<label><%= l(:label_project) %>:</label>
<%= text_field_tag 'name', params[:name], :size => 30 %>
<%= submit_tag l(:button_apply), :class => "small", :name => nil %>
+<%= link_to l(:button_clear), {:controller => 'admin', :action => 'projects'}, :class => 'icon icon-reload' %>
</fieldset>
<% end %>
&nbsp;