Sha256: f414c5d4acbe583ce81937118ff4eb85912f2cd7680add7afe1c207544900add

Contents?: true

Size: 488 Bytes

Versions: 3

Compression:

Stored size: 488 Bytes

Contents

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

    = form_for(@zone) do |f|
      =# f.error_messages
      .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 :kind
        = f.text_field :kind

      .forms-buttons
        = f.submit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geopolitical-0.8.2 app/views/geopolitical/zones/_form.html.haml
geopolitical-0.8.1 app/views/geopolitical/zones/_form.html.haml
geopolitical-0.8.0 app/views/geopolitical/zones/_form.html.haml