view app/views/workflows/_action_menu.rhtml @ 199:55c3f4afe85d luisf

Merge from branch "live"
author Chris Cannam
date Mon, 07 Feb 2011 14:17:31 +0000
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>