Sha256: e05039c16c28855d8abe4ef51ef6c00d696d3ac9125585da7f9c80b7ca99baab

Contents?: true

Size: 464 Bytes

Versions: 2

Compression:

Stored size: 464 Bytes

Contents

<%= render 'shared/form/error_messages', resource: resource %>
<table class="table table-striped">
	<thead>
    <th><%= t('attributes.name') %></th>
    <th><%= t('attributes.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>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
voluntary_classified_advertisement-0.3.1 app/views/products/types/classified_advertisement/workflow/tasks/_work_form.html.erb
voluntary_classified_advertisement-0.3.0 app/views/products/types/classified_advertisement/workflow/tasks/_work_form.html.erb