diff --git a/app/views/admin/projects.rhtml b/app/views/admin/projects.rhtml
index e1f079c..229c77e 100644
--- a/app/views/admin/projects.rhtml
+++ b/app/views/admin/projects.rhtml
@@ -11,6 +11,7 @@
<%= 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' %>
<% end %>
diff --git a/app/views/users/index.rhtml b/app/views/users/index.rhtml
index 79e5093..80c83cb 100644
--- a/app/views/users/index.rhtml
+++ b/app/views/users/index.rhtml
@@ -17,6 +17,7 @@
<%= text_field_tag 'name', params[:name], :size => 30 %>
<%= submit_tag l(:button_apply), :class => "small", :name => nil %>
+<%= link_to l(:button_clear), users_path, :class => 'icon icon-reload' %>
<% end %>