annotate app/views/workflows/_action_menu.html.erb @ 1298:4f746d8966dd
redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author |
Chris Cannam |
date |
Fri, 14 Jun 2013 09:28:30 +0100 |
parents |
c6c2cbd0afee |
children |
261b3d9a4903 |
rev |
line source |
Chris@0
|
1 <div class="contextual">
|
Chris@0
|
2 <%= link_to l(:button_edit), {:action => 'edit'}, :class => 'icon icon-edit' %>
|
Chris@0
|
3 <%= link_to l(:button_copy), {:action => 'copy'}, :class => 'icon icon-copy' %>
|
Chris@0
|
4 <%= link_to l(:field_summary), {:action => 'index'}, :class => 'icon icon-summary' %>
|
Chris@0
|
5 </div>
|