ish_manager 0.1.8.45 → 0.1.8.46

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95b0b40480ac38a8a81051b92b9c7e4cb4b1f79b
4
- data.tar.gz: 2d50163a9d378326e4f8530aca74e89be0ed1b86
3
+ metadata.gz: 354913c6726225ce2e17f2d5daedf5f7192a71ff
4
+ data.tar.gz: c5214eadaec6ce76e7e76ba422b7535db13f941c
5
5
  SHA512:
6
- metadata.gz: bf43bdc3c1da140c0d08a7f473eb498c67d623a65ac40bdbe00d70e8c4e5236c3ee973eabfa7169058d49015ebe8a3fa75100e06f2cb0c0e7214d857d597a8dc
7
- data.tar.gz: 3d65bd95258a4610d9550e7a7251dac549592be8fb1095a30bcf99e623e7458afea60043bf5ac2d188277662c2d1c510d8c8cca2c1a2c80e6d075c86f2c2ed85
6
+ metadata.gz: eceb6bc0a16c47b92de430f97353f4e29901d86878191325a0052cdc40dfd86a3bbe94de9516c6fa0be15d2edfab7b79bf36e13218e6bb5b5f165d7eb7165633
7
+ data.tar.gz: 21ebbd5f3ab16eb02e0274b57878e01dd1cf81f8fed88401ff11c25387f9b3b20bbe302961bca21d06b793d639dba29fdb58a5e70cbcfa099ec02246fb495943
@@ -9,16 +9,16 @@
9
9
  - new_path = new_site_feature_path( site.id )
10
10
 
11
11
  .manager-features--index
12
- %h2
12
+ %h3
13
13
  Features (#{features.length})
14
14
  = link_to '[+]', new_path
15
15
 
16
16
  .row
17
17
  - features.each_with_index do |feature, idx|
18
- - if idx%4==0
18
+ - if idx % 4 == 0
19
19
  .clearfix
20
20
  .col-sm-3
21
- .panel.panel-default
21
+ .a
22
22
  = link_to '[~]', edit_url.call( feature )
23
23
  = button_to '[x]', delete_url.call( feature ), :method => :delete, :data => { :confirm => 'Are you sure?' }
24
24
  = render 'ish_manager/features/item', :feature => feature
@@ -1,7 +1,7 @@
1
1
 
2
2
  .panel
3
3
  - unless feature[:name].blank?
4
- %h3= link_to feature[:name].titleize, feature[:link_path]
4
+ %h5= link_to feature[:name].titleize, feature[:link_path]
5
5
  - unless feature[:image_path].blank?
6
6
  = link_to image_tag( feature[:image_path] ), feature[:link_path]
7
7
  - unless feature[:subhead].blank?
@@ -46,7 +46,9 @@
46
46
  %br
47
47
  = f.check_box :is_ads_enabled
48
48
  = f.label :is_ads_enabled
49
-
49
+ %br
50
+ = f.check_box :play_videos_in_preview
51
+ = f.label :play_videos_in_preview
50
52
  .row
51
53
  .col-lg-12
52
54
  = f.submit 'Submit', :class => :btn
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.45
4
+ version: 0.1.8.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-28 00:00:00.000000000 Z
11
+ date: 2017-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails