Sha256: 078519ed077db46bec265fe7fab0a175d085fa6465946594637049ef37bcd4e8

Contents?: true

Size: 567 Bytes

Versions: 19

Compression:

Stored size: 567 Bytes

Contents

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

    = form_for(@nation) 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 :lang
        = f.text_field :lang
      .form-group
        = f.label :abbr
        = f.text_field :abbr

      .forms-buttons
        = f.submit

Version data entries

19 entries across 19 versions & 1 rubygems

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