Sha256: 15736bbd1b7b8be6512159f4be9abdc72df9210ebe732edf3558ac028b4ac0bd

Contents?: true

Size: 538 Bytes

Versions: 18

Compression:

Stored size: 538 Bytes

Contents

.container
  .row
    .page-header
      %h1= @region.new_record? ? "New Region" : "Editing '#{@region}'"
  .row

    = form_for(@region) do |f|
      - f.object.errors.each do |err|
        = err
      .form-group
        = f.label :name
        = f.text_field :name
      .form-group
        = f.label :abbr
        = f.text_field :abbr
      .form-group
        = f.label :slug
        = f.text_field :slug
      .form-group
        = f.label :nation_id
        = f.select :nation_id, @nations

      .forms-buttons
        = f.submit

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
geopolitical-3.0.0 app/views/geopolitical/regions/_form.html.haml
geopolitical-2.0.0 app/views/geopolitical/regions/_form.html.haml
geopolitical-1.0.5 app/views/geopolitical/regions/_form.html.haml
geopolitical-1.0.3 app/views/geopolitical/regions/_form.html.haml
geopolitical-1.0.2 app/views/geopolitical/regions/_form.html.haml
geopolitical-1.0.0 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.9.9 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.9.7 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.9.5 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.9.3 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.9.1 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.8.8 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.8.7 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.8.6 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.8.4 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.8.3 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.8.2 app/views/geopolitical/regions/_form.html.haml
geopolitical-0.8.1 app/views/geopolitical/regions/_form.html.haml