Sha256: 8d7b2e527888d41f8ca28f1105928961f85430df8e833157fb21b009228aa115

Contents?: true

Size: 735 Bytes

Versions: 26

Compression:

Stored size: 735 Bytes

Contents

<%= form_for(@exam_division) do |f| %>
  <% if @exam_division.errors.any? %>
    <div id="error_explanation">
      <h2><%= pluralize(@exam_division.errors.count, "error") %> prohibited this exam_division from being saved:</h2>

      <ul>
      <% @exam_division.errors.full_messages.each do |msg| %>
        <li><%= msg %></li>
      <% end %>
      </ul>
    </div>
  <% end %>

  <div class="field">
    <%= f.label :name %><br />
    <%= f.text_field :name %>
  </div>
  <div class="field">
    <%= f.label :portion %><br />
    <%= f.text_field :portion %>
  </div>
  <div class="field">
    <%= f.label :maxscore %><br />
    <%= f.text_field :maxscore %>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.3.0.pre.4 app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.3.0.pre.3 app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.3.0.pre.2 app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.3.0.pre.1 app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.3.0.pre.0 app/views/gaku/exam_divisions/_form.html.erb
gaku-0.2.4 frontend/app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.2.4 app/views/gaku/exam_divisions/_form.html.erb
gaku-0.2.3 frontend/app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.2.3 app/views/gaku/exam_divisions/_form.html.erb
gaku-0.2.2 frontend/app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.2.2 app/views/gaku/exam_divisions/_form.html.erb
gaku-0.2.1 frontend/app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.2.1 app/views/gaku/exam_divisions/_form.html.erb
gaku-0.2.0 frontend/app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.2.0 app/views/gaku/exam_divisions/_form.html.erb
gaku-0.1.1 frontend/app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.1.1 app/views/gaku/exam_divisions/_form.html.erb
gaku-0.1.0 frontend/app/views/gaku/exam_divisions/_form.html.erb
gaku_frontend-0.1.0 app/views/gaku/exam_divisions/_form.html.erb