diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-20 09:57:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-20 09:57:24 +0000 |
commit | 08c9a5e3ef1a8abff1c950fb0862363970a95164 (patch) | |
tree | 56cb59cd7ff17615d7a111c29fb3cbe4ceabff4b /app/views/roles | |
parent | af89a8b201518176bc737e148494cbf413ddb446 (diff) | |
download | redmine-08c9a5e3ef1a8abff1c950fb0862363970a95164.tar.gz redmine-08c9a5e3ef1a8abff1c950fb0862363970a95164.zip |
Remove pagination on trackers, roles and issue statuses (#12909).
git-svn-id: http://svn.redmine.org/redmine/trunk@15273 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles')
-rw-r--r-- | app/views/roles/index.html.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/roles/index.html.erb b/app/views/roles/index.html.erb index 6561d1170..f9855f181 100644 --- a/app/views/roles/index.html.erb +++ b/app/views/roles/index.html.erb @@ -29,6 +29,4 @@ </tbody> </table> -<span class="pagination"><%= pagination_links_full @role_pages %></span> - <% html_title(l(:label_role_plural)) -%> |