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