Mercurial > hg > soundsoftware-site
view app/views/workflows/_action_menu.html.erb @ 1384:b51b5ae3734c luisf
Merge
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 20 Sep 2013 19:04:25 +0100 |
parents | c6c2cbd0afee |
children | 261b3d9a4903 |
line wrap: on
line source
<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>