view app/views/workflows/_action_menu.rhtml @ 195:172b8d25c1ae live

Merge from branch "feature_64"
author Chris Cannam
date Mon, 07 Feb 2011 13:47:47 +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>