Sha256: 29da2ad75b849692b85a9e61203473c42beb031009d87932c683cccee869e5d8

Contents?: true

Size: 695 Bytes

Versions: 8

Compression:

Stored size: 695 Bytes

Contents

= error_messages_for @store

= form_for @store, url: comable.admin_store_path, method: :patch do |f|
  .hidden
    = f.submit

  fieldset
    .col-md-3
      legend
        = Comable.t('admin.general')
      .help-block

    .col-md-9
      .form-group
        = f.label :name
        = f.text_field :name, placeholder: f.object.class.default_name

      .form-group
        = f.label :meta_keywords
        = f.text_field :meta_keywords

      .form-group
        = f.label :meta_description
        = f.text_field :meta_description

      .form-group
        = f.label :email
        = f.email_field :email

        .help-block
          p
            = Comable.t('admin.help_of_store_email')

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
comable-backend-0.7.1 app/views/comable/admin/store/_form.slim
comable-backend-0.7.0 app/views/comable/admin/store/_form.slim
comable-backend-0.7.0.beta2 app/views/comable/admin/store/_form.slim
comable-backend-0.7.0.beta1 app/views/comable/admin/store/_form.slim
comable-backend-0.6.0 app/views/comable/admin/store/_form.slim
comable_backend-0.5.0 app/views/comable/admin/store/_form.slim
comable_backend-0.4.2 app/views/comable/admin/store/_form.slim
comable_backend-0.4.1 app/views/comable/admin/store/_form.slim