Sha256: 66ebdbdd0aec89c86bd9acd112df24d871094d4861e4204a9b138ec1cdd7ba62

Contents?: true

Size: 942 Bytes

Versions: 16

Compression:

Stored size: 942 Bytes

Contents

= form_for video do |f|

  = render 'form_errors', :item => @video
 
  .field
    = f.label :youtube_id
    = f.text_field :youtube_id

  .field
    = f.label :name
    = f.text_field :name

  .field
    = f.label :tag_id
    = select :video, :tag_id, @tags_list, :selected => params[:tag_id]

  .field
    = f.label :city_id
    = select :video, :city_id, @cities_list

  .field
    = f.label :site_id
    = select_tag 'video[site_id]', options_for_select( @sites_list )
    
  .field
    = f.label :descr
    = f.text_field :descr

  .row
    .large-6.columns
      = f.label :x
      = f.text_field :x
    .large-6.columns
      = f.label :y
      = f.text_field :y

  .row
    .small-4.columns
      = f.label :is_public
      = f.check_box :is_public
    .small-4.columns
      = f.label :is_trash
      = f.check_box :is_trash
    .small-4.columns
      = f.label :is_feature
      = f.check_box :is_feature


  .action
    = f.submit

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ish_manager-0.1.8.40 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.39 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.38 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.37 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.36 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.35 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.34 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.33 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.32 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.31 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.30 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.29 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.28 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.27 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.26 app/views/ish_manager/videos/_form.haml
ish_manager-0.1.8.25 app/views/ish_manager/videos/_form.haml