Sha256: c615e1bc4be9b1eb8417e05312a3a348aca207352d7d061b3a4d6a7fa646b981

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

.panel.panel-default
  .panel-heading
    %i.icon-edit.icon-large
    = yield :form_title
  .panel-body
    = simple_form_for([:hq, @country]) do |f|
      = f.error_notification

      .form-inputs
        = f.input :name

      .form-actions
        = f.button :submit, class: 'btn btn-primary'
        = link_to t('cancel'), hq_countries_path, class: 'btn'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cybele-1.9.1 templates/app/views/hq/countries/_form.html.haml
cybele-1.9.0 templates/app/views/hq/countries/_form.html.haml