Sha256: 7ae6e2017789bbacab4b10bca37dce6f8a968b7fa57b5bcc8a990964e1e1cde4
Contents?: true
Size: 487 Bytes
Versions: 1
Compression:
Stored size: 487 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geopolitical-0.8.3 | app/views/geopolitical/zones/_form.html.haml |