Sha256: 3b2dc47165e9b1f3e8e08ac5d33bf05f955c427ab9bee76adb783c1067f3ed16

Contents?: true

Size: 498 Bytes

Versions: 15

Compression:

Stored size: 498 Bytes

Contents

<%= simple_form_for(@vacancy, html: {class: 'form-horizontal'}) do |f| %>
  <%= render partial: 'shared/form/error_messages', locals: { resource: @vacancy } %>
  
  <div class="form-inputs">
    <%= @vacancy.project ? f.hidden_field(:project_id) : f.association(:project) %> 
    
    <%= f.input :name %>
    <%= f.input :text, input_html: {style: 'width: 500px; height:300px;'} %>
    <%= f.input :limit %> 
  </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/vacancies/_form.html.erb
voluntary-0.3.0 app/views/vacancies/_form.html.erb
voluntary-0.2.4 app/views/vacancies/_form.html.erb
voluntary-0.2.3 app/views/vacancies/_form.html.erb
voluntary-0.2.2 app/views/vacancies/_form.html.erb
voluntary-0.2.1 app/views/vacancies/_form.html.erb
voluntary-0.2.0 app/views/vacancies/_form.html.erb
voluntary-0.1.0 app/views/vacancies/_form.html.erb
voluntary-0.1.0.rc4 app/views/vacancies/_form.html.erb
voluntary-0.1.0.rc3 app/views/vacancies/_form.html.erb
voluntary-0.1.0.rc2 app/views/vacancies/_form.html.erb
voluntary-0.1.0.rc1 app/views/vacancies/_form.html.erb
voluntary-0.0.3 app/views/vacancies/_form.html.erb
voluntary-0.0.2 app/views/vacancies/_form.html.erb
voluntary-0.0.1 app/views/vacancies/_form.html.erb