diff options
author | Go MAEDA <maeda@farend.jp> | 2018-04-21 12:00:22 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-04-21 12:00:22 +0000 |
commit | a4ffda7b3714076ffd920efeeef86dd8c0e5710c (patch) | |
tree | 120e553396c7e9f17039ad397adea8057daec2e7 /app/views/timelog/_list.html.erb | |
parent | 07b9ce80f6252fd028c72db382183fdfd367a4b6 (diff) | |
download | redmine-a4ffda7b3714076ffd920efeeef86dd8c0e5710c.tar.gz redmine-a4ffda7b3714076ffd920efeeef86dd8c0e5710c.zip |
Use button as additional option for contextmenu (#26655).
Patch by Felix Gliesche.
git-svn-id: http://svn.redmine.org/redmine/trunk@17298 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog/_list.html.erb')
-rw-r--r-- | app/views/timelog/_list.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/timelog/_list.html.erb b/app/views/timelog/_list.html.erb index 6f126b0f7..019ddbb53 100644 --- a/app/views/timelog/_list.html.erb +++ b/app/views/timelog/_list.html.erb @@ -47,6 +47,7 @@ :title => l(:button_delete), :class => 'icon-only icon-del' %> <% end -%> + <%= link_to_context_menu %> </td> </tr> <% @query.block_columns.each do |column| |