annotate app/views/workflows/_action_menu.html.erb @ 1295:622f24f53b42
redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author |
Chris Cannam |
date |
Fri, 14 Jun 2013 09:02:21 +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>
|