summaryrefslogtreecommitdiffstats
path: root/app/views/issue_statuses/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issue_statuses/index.html.erb')
-rw-r--r--app/views/issue_statuses/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb
index 659dd18fa..edec0bf75 100644
--- a/app/views/issue_statuses/index.html.erb
+++ b/app/views/issue_statuses/index.html.erb
@@ -25,7 +25,7 @@
<% end %>
<td><%= checked_image status.is_default? %></td>
<td><%= checked_image status.is_closed? %></td>
- <td class="reorder"><%= reorder_links('issue_status', {:action => 'update', :id => status}, :put) %></td>
+ <td class="reorder"><%= reorder_links('issue_status', {:action => 'update', :id => status, :page => params[:page]}, :put) %></td>
<td class="buttons">
<%= delete_link issue_status_path(status) %>
</td>