Sha256: 0552bf80541c597d8face406ab2a44cd2ef6e2342f01ab872c59f74146e3955b

Contents?: true

Size: 951 Bytes

Versions: 30

Compression:

Stored size: 951 Bytes

Contents

- url ||= galleries_path

= form_for gallery, :url => url do |f|
  .row
    .col-sm-6
      = f.label :name
      = f.text_field :name
    .col-sm-6
      = f.label :galleryname
      = f.text_field :galleryname
      = f.submit
      
  .row
    .col-sm-4
      = f.label :site
      = select :gallery, :site_id, @sites_list
    .col-sm-4
      = f.label :city
      = select :gallery, :city_id, @cities_list
    .col-sm-4
      = f.label :venue
      = select :gallery, :venue_id, @venues_list
    .col-sm-4
      = f.label :user_proifle
      = select :user_profile, :user_profile_id, @user_profiles_list
      
  .row
    .col-sm-3
      = f.check_box :is_public
      = f.label :is_public
    .col-sm-3
      = f.check_box :is_done
      = f.label :is_done
    .col-sm-3
      = f.check_box :is_trash
      = f.label :is_trash
    .col-sm-3
      = f.check_box :is_feature    
      = f.label :is_feature
    .col-sm-3
      = f.submit 'Submit'

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
ish_manager-0.1.8.62 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.61 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.60 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.59 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.58 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.57 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.56 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.55 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.54 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.53 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.52 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.51 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.50 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.49 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.47 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.46 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.45 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.44 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.43 app/views/ish_manager/galleries/_form.haml
ish_manager-0.1.8.41 app/views/ish_manager/galleries/_form.haml