Sha256: 95c0aa2b53f91852f0c8cd0c4adf03e79e0031f110489b0ccdde71f2d1fd549d

Contents?: true

Size: 852 Bytes

Versions: 7

Compression:

Stored size: 852 Bytes

Contents

<%= render_product_specific_partial_if_available(
  resource, 'workflow/tasks/work_head'
) %>

<%= simple_form_for(resource, as: :task, 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('workflow.user.general.steps.general.cancel'), name: 'event[cancel]' %>
   
    <%= f.button :submit, t('workflow.user.general.steps.general.skip'), name: 'event[skip]' %>
    
    <%= f.button :submit, t('users.general.events.review'), name: 'event[review]' %>
    
    <%= f.button :submit, t('workflow.user.general.steps.general.next'), name: 'event[next]' %>
  </div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
voluntary-0.4.0 app/views/workflow/tasks/steps/_work.html.erb
voluntary-0.3.0 app/views/workflow/tasks/steps/_work.html.erb
voluntary-0.2.4 app/views/workflow/tasks/steps/_work.html.erb
voluntary-0.2.3 app/views/workflow/tasks/steps/_work.html.erb
voluntary-0.2.2 app/views/workflow/tasks/steps/_work.html.erb
voluntary-0.2.1 app/views/workflow/tasks/steps/_work.html.erb
voluntary-0.2.0 app/views/workflow/tasks/steps/_work.html.erb