Sha256: 01fe92d48a687bf299788d6329555486a638665e6bf4466833075e38e23c993e

Contents?: true

Size: 479 Bytes

Versions: 3

Compression:

Stored size: 479 Bytes

Contents

<%= render 'shared/form/error_messages', resource: resource %>
<div class="form-inputs">
  <table class="table table-striped">
  	<thead>
      <th>Name</th>
      <th>Text</th>
    </thead>
    <tbody>
      <%= f.simple_fields_for :vacancies do |vacancy_form| %>
        <%= render_product_specific_partial_if_available(
          vacancy_form.object, 'workflow/tasks/vacancy_fields', f: vacancy_form
        ) %>
      <% end %>
    </tbody>
  </table>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
voluntary_classified_advertisement-0.2.0 app/views/products/types/classified_advertisement/workflow/tasks/_work_form.html.erb
voluntary_classified_advertisement-0.1.0 app/views/products/types/classified_advertisement/workflow/tasks/_work_form.html.erb
voluntary_classified_advertisement-0.0.1 app/views/products/types/classified_advertisement/workflow/tasks/_work_form.html.erb