diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-12 05:29:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-12 05:29:50 +0000 |
commit | cf7a401b89a1609376062eebefaf731b662c62c9 (patch) | |
tree | a4d9ae173ab039e3ae7b722d207aa9e227206492 /app/views | |
parent | 9f73af6cb349433b2b73aa8faa769bc8a0c2dc6e (diff) | |
download | redmine-cf7a401b89a1609376062eebefaf731b662c62c9.tar.gz redmine-cf7a401b89a1609376062eebefaf731b662c62c9.zip |
Export permissions report to CSV (#13767).
Patch by David Escala and Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@20778 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/roles/permissions.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/roles/permissions.html.erb b/app/views/roles/permissions.html.erb index 9cd71b499..ffdf28b54 100644 --- a/app/views/roles/permissions.html.erb +++ b/app/views/roles/permissions.html.erb @@ -85,3 +85,6 @@ <p><%= check_all_links 'permissions_form' %></p> <p><%= submit_tag l(:button_save) %></p> <% end %> +<% other_formats_links do |f| %> + <%= f.link_to 'CSV' %> +<% end %> |