Sha256: 245b7b0ef997af41302452db06f984c564f3b22083a1125204eaa74e20620cc2

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

.panel
  .panel-content
    - url ||= site_path(site)
    = form_for site, :url => url do |f|
      .row
        .col-lg-6
          = f.label :domain
          = f.text_field :domain, :disabled => true
        .col-lg-6
          = f.label :lang
          = f.text_field :lang, :disabled => true

      .row
        .col-lg-6
          = f.label :title
          = f.text_field :title
        .col-lg-6
          = f.label :subhead
          = f.text_area :subhead

      .row
        .col-lg-6
          = f.label :homepage_layout
          = f.select :homepage_layout, [ 'show' ]
        .col-lg-6
          = f.label :layout
          = f.select :layout, [ 'application' ]

      .row
        .col-lg-4
          = f.label :n_features
          = f.text_field :n_features
        .col-lg-4
          = f.label :n_newsitems
          = f.text_field :n_newsitems
        .col-lg-4
          = f.check_box :is_trash
          = f.label :is_trash
          %br
          = f.check_box :is_private
          = f.label :is_private
          %br
          = f.check_box :is_ads_enabled
          = f.label :is_ads_enabled

      .row
        .col-lg-12
          = f.submit 'Submit', :class => :btn
      

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ish_manager-0.1.8.43 app/views/ish_manager/sites/_form.haml
ish_manager-0.1.8.41 app/views/ish_manager/sites/_form.haml
ish_manager-0.1.8.40 app/views/ish_manager/sites/_form.haml
ish_manager-0.1.8.39 app/views/ish_manager/sites/_form.haml