app/admin/c80_swiper/swsliders.rb in c80_swiper-0.1.0 vs app/admin/c80_swiper/swsliders.rb in c80_swiper-0.1.0.1

- old
+ new

@@ -5,10 +5,11 @@ menu :label => 'Слайдеры', # TODO_MY:: название пункта меню перенесести в параметры в базу priority: 4, parent: 'Swipers' # TODO_MY:: название пункта меню перенесести в параметры в базу permit_params :title, + :autoplay, :sframes_attributes => [ :id, :_destroy, :title, :link_url, @@ -32,10 +33,11 @@ # before_filter :skip_sidebar!, :only => :index index do selectable_column column :title + column :autoplay column :sframes do |csample| s = '' # link_to image_tag(csample.csphoto.thumb_md, style: 'width:150px;'), csample.csphoto.url, target: '_blank' # s = csample.sframes.def_order # .map{ |sframe| "<li>#{sframe.offer.title} (#{sframe.offer.price})</li>"} @@ -49,9 +51,10 @@ form(:html => {:multipart => true}) do |f| f.inputs 'Свойства' do f.input :title + f.input :autoplay, hint: 'Время в секундах на показ фрейма. Если 0 - autoplay отключен.' f.inputs 'Фреймы' do f.has_many :sframes, allow_destroy: true do |ff| ff.input :title ff.input :link_url \ No newline at end of file