summaryrefslogtreecommitdiffstats
path: root/app/views/trackers/index.html.erb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-11-25 07:51:58 +0000
committerGo MAEDA <maeda@farend.jp>2020-11-25 07:51:58 +0000
commit2f43c315f36a88ca0251ff9d6ab46fa63f84839c (patch)
treeae824edc5d581391ead2eae068d51784a4820500 /app/views/trackers/index.html.erb
parent00c751a1a6ad5ae67d93b7687b4b1ff9a8c7307e (diff)
downloadredmine-2f43c315f36a88ca0251ff9d6ab46fa63f84839c.tar.gz
redmine-2f43c315f36a88ca0251ff9d6ab46fa63f84839c.zip
Create tracker by copy (#34258).
Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@20492 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/trackers/index.html.erb')
-rw-r--r--app/views/trackers/index.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/trackers/index.html.erb b/app/views/trackers/index.html.erb
index 20d09754d..85d3249fc 100644
--- a/app/views/trackers/index.html.erb
+++ b/app/views/trackers/index.html.erb
@@ -28,6 +28,7 @@
</td>
<td class="buttons">
<%= reorder_handle(tracker) %>
+ <%= link_to l(:button_copy), new_tracker_path(:copy => tracker), :class => 'icon icon-copy' %>
<%= delete_link tracker_path(tracker) %>
</td>
</tr>