mirror of
https://github.com/redmine/redmine.git
synced 2026-01-29 02:40:00 +01:00
6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
|
|
<div class="contextual">
|
||
|
|
<%= link_to l(:button_edit), {:action => 'edit'}, :class => 'icon icon-edit' %>
|
||
|
|
<%= link_to l(:button_copy), {:action => 'copy'}, :class => 'icon icon-copy' %>
|
||
|
|
<%= link_to l(:field_summary), {:action => 'index'}, :class => 'icon icon-summary' %>
|
||
|
|
</div>
|