Sha256: b7bf0909d9bffe3ad5281918534a1dcc34f7848aa26c9fccf312c3962a818fe3

Contents?: true

Size: 540 Bytes

Versions: 8

Compression:

Stored size: 540 Bytes

Contents

<% columns = { 'name' => 'resource.name', 'resource_id' => ''} %>
<% columns['vacancy_id'] = '' unless @vacancy %>
<% columns['project_id'] = 'vacancy.project' unless @vacancy %>

<%= form_tag update_multiple_candidatures_path, method: :post do %>
  <%= render partial: "shared/collection/#{@vacancy ? 'list' : 'table'}", locals: { 
    type: 'candidatures', collection: @candidatures, columns: columns, content_column: 'text' 
  } %>
<% end %>

<%= link_to t('candidatures.new.title'), new_vacancy_candidature_path(@vacancy) if @vacancy %>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
voluntary_recruiting-0.1.0 app/views/candidatures/index.html.erb
voluntary_recruiting-0.0.1 app/views/candidatures/index.html.erb
voluntary-0.3.0 app/views/candidatures/index.html.erb
voluntary-0.2.4 app/views/candidatures/index.html.erb
voluntary-0.2.3 app/views/candidatures/index.html.erb
voluntary-0.2.2 app/views/candidatures/index.html.erb
voluntary-0.2.1 app/views/candidatures/index.html.erb
voluntary-0.2.0 app/views/candidatures/index.html.erb