@@ -76,8 +76,7 | |||
|
76 | 76 | <%= link_to 'CSV', {:action => 'export_issues_csv', :id => @project}, :class => 'icon icon-csv' %>, |
|
77 | 77 | <%= link_to 'PDF', {:action => 'export_issues_pdf', :id => @project}, :class => 'icon icon-pdf' %> |
|
78 | 78 | </div> |
|
79 |
<p><%= submit_tag |
|
|
80 | | |
|
79 | <p><%= submit_tag(l(:button_move), :class => "button-small") if authorize_for('projects', 'move_issues') %> | |
|
81 | 80 | <%= pagination_links_full @issue_pages %> |
|
82 | 81 | [ <%= @issue_pages.current.first_item %> - <%= @issue_pages.current.last_item %> / <%= @issue_count %> ] |
|
83 | 82 | </p> |
General Comments 0
You need to be logged in to leave comments.
Login now