summaryrefslogtreecommitdiffstats
path: root/app/views/trackers/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/trackers/index.html.erb')
-rw-r--r--app/views/trackers/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/trackers/index.html.erb b/app/views/trackers/index.html.erb
index d1928e989..64f06fc5c 100644
--- a/app/views/trackers/index.html.erb
+++ b/app/views/trackers/index.html.erb
@@ -24,7 +24,7 @@
<% end %>
</td>
<td class="reorder">
- <%= reorder_links('tracker', {:action => 'update', :id => tracker}, :put) %>
+ <%= reorder_links('tracker', {:action => 'update', :id => tracker, :page => params[:page]}, :put) %>
</td>
<td class="buttons">
<%= delete_link tracker_path(tracker) %>