Sha256: 25670e14e8850f1d23fb5c2a7dd28c60f6f3ff48177910bbbb3a1df9b623025c
Contents?: true
Size: 538 Bytes
Versions: 7
Compression:
Stored size: 538 Bytes
Contents
<%= render_product_specific_partial_if_available( resource, 'workflow/tasks/work_head' ) %> <%= simple_form_for(resource, url: update_task_workflow_user_index_path(resource), html: {class: 'form-horizontal'}) do |f| %> <%= render_product_specific_partial_if_available( resource, 'workflow/tasks/work_form', f: f, resource: resource ) %> <div class="form-actions"> <%= f.button :submit %> <%= f.button :submit, t('tasks.general.events.follow_up'), name: 'event[follow_up]' %> </div> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems