summaryrefslogtreecommitdiffstats
path: root/app/views/calendars
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/calendars')
-rw-r--r--app/views/calendars/show.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/calendars/show.html.erb b/app/views/calendars/show.html.erb
index 530416661..a898f9895 100644
--- a/app/views/calendars/show.html.erb
+++ b/app/views/calendars/show.html.erb
@@ -26,7 +26,8 @@
}, :class => 'icon icon-checked' %>
<%= link_to_remote l(:button_clear),
- { :url => { :set_filter => (@query.new_record? ? 1 : nil) },
+ { :url => { :project_id => @project, :set_filter => (@query.new_record? ? 1 : nil) },
+ :method => :put,
:update => "content",
}, :class => 'icon icon-reload' if @query.new_record? %>
</p>