ish_manager 0.1.8.45 → 0.1.8.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 354913c6726225ce2e17f2d5daedf5f7192a71ff
|
4
|
+
data.tar.gz: c5214eadaec6ce76e7e76ba422b7535db13f941c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
%
|
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
|
-
.
|
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
|
-
%
|
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?
|
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.
|
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-
|
11
|
+
date: 2017-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|