Sha256: 31911b31d216afde9689c6ce067dac1198e63c64b137f37d6468f1b5d29fb0ee

Contents?: true

Size: 361 Bytes

Versions: 16

Compression:

Stored size: 361 Bytes

Contents

<%= form_tag update_multiple_candidatures_path, method: :post do %>
  <%= render partial: "shared/collection/#{@project ? 'list' : 'table'}", locals: { 
    type: 'vacancies', collection: @vacancies, columns: ['name', 'project_id'], content_column: 'text'
  } %>
<% end %>

<%= link_to t('vacancies.new.title'), new_project_vacancy_path(@project) if @project %>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
voluntary_recruiting-0.1.0 app/views/vacancies/index.html.erb
voluntary_recruiting-0.0.1 app/views/vacancies/index.html.erb
voluntary-0.3.0 app/views/vacancies/index.html.erb
voluntary-0.2.4 app/views/vacancies/index.html.erb
voluntary-0.2.3 app/views/vacancies/index.html.erb
voluntary-0.2.2 app/views/vacancies/index.html.erb
voluntary-0.2.1 app/views/vacancies/index.html.erb
voluntary-0.2.0 app/views/vacancies/index.html.erb
voluntary-0.1.0 app/views/vacancies/index.html.erb
voluntary-0.1.0.rc4 app/views/vacancies/index.html.erb
voluntary-0.1.0.rc3 app/views/vacancies/index.html.erb
voluntary-0.1.0.rc2 app/views/vacancies/index.html.erb
voluntary-0.1.0.rc1 app/views/vacancies/index.html.erb
voluntary-0.0.3 app/views/vacancies/index.html.erb
voluntary-0.0.2 app/views/vacancies/index.html.erb
voluntary-0.0.1 app/views/vacancies/index.html.erb