Sha256: 4142d2450510249b836635c068782bd4e2110a15e24ece14c6fa0858b8d1be92

Contents?: true

Size: 851 Bytes

Versions: 3

Compression:

Stored size: 851 Bytes

Contents

-#
-# ish_manager / galleries / _form
-#

- url ||= galleries_path

= form_for gallery, :url => url do |f|
  .row
    .col.s6
      = f.label :name
      = f.text_field :name
    .col.s6
      = f.label :slug
      = f.text_field :slug
  .row
    .col.s4
      = f.label :tags
      = f.select :tag_ids, @tags_list, {}, { multiple: true }

  = render 'ish_manager/application/form_nonpublic', f: f, model: gallery


  .row
    = f.label :subhead
    = f.text_area :subhead
  .row
    = f.text_area :descr, class: :tinymce

  .row
    .col.s3
      = f.check_box :is_trash
      = f.label :is_trash
    .col.s3
      = f.check_box :is_done
      = f.label :is_done
    .col.s3
      = f.label :premium_tier
      = f.number_field :premium_tier
    .col.s3
      = f.label :username
      = f.text_field :username
    .col.s3
      = f.submit 'Submit'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ish_manager-0.1.8.322 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.321 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.320 app/views/ish_manager/galleries/_form.haml