view app/views/workflows/_action_menu.rhtml @ 429:27930c9b424d feature_36

update method in publications controller; updated view
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 02 Jun 2011 14:39:11 +0100
parents 513646585e45
children
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>