Sha256: 3c527cbce8180480f8bef52f0830d4299200ff086a1fb31ec7663272f15deec2

Contents?: true

Size: 717 Bytes

Versions: 13

Compression:

Stored size: 717 Bytes

Contents

<%= form_for([@application_schedule, @tab]) do |f| %>

  <% if @tab.errors.any? %>
  <div id="errorExplanation">
    <h2><%= pluralize(@tab.errors.count, "error") %> prohibited this application schedule affinity tab from being saved:</h2>
  </div>
  <% end %>

  <%= f.hidden_field :application_schedule_id, value: @application_schedule.id %>

  <div class="field">
    <%= f.label :affinity_id, "Affinity*" %></br>
    <%= f.select(:affinity_id, ::Naf::Affinity.names_list, include_blank: true) %>
  </div>
  </br>

  <div class="field">
    <%= f.label :affinity_parameter %></br>
    <%= f.text_field :affinity_parameter %>
  </div>
  </br>

  <br />
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
naf-2.1.13 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.12 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.11 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.10 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.9 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.8 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.6 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.5 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.4 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.3 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.2 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.1 app/views/naf/application_schedule_affinity_tabs/_form.html.erb
naf-2.1.0 app/views/naf/application_schedule_affinity_tabs/_form.html.erb