Sha256: 7140c312cf110dfea7b502bf1f25bdd5b106fb14176e88dad1468d145fdc407b

Contents?: true

Size: 444 Bytes

Versions: 15

Compression:

Stored size: 444 Bytes

Contents

<%= simple_form_for(@candidature) do |f| %>
  <%= render partial: 'shared/form/error_messages', locals: { resource: @candidature } %>
  
  <div class="form-inputs">
    <%= @candidature.vacancy ? f.hidden_field(:vacancy_id) : f.association(:vacancy) %> 
    <%= f.input :name %>
    <%= f.input :text, input_html: {style: 'width: 500px; height:300px;'} %>
  </div>
  
  <div class="form-actions">
    <%= f.button :submit %>
  </div>
<% end %>

Version data entries

15 entries across 15 versions & 2 rubygems

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