blueberry_cms 0.1.1.0 → 0.1.1.1
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: bb0ea9bef57503200e2c03c9124a855f171a5d1b
|
4
|
+
data.tar.gz: c264632afc1fca3293f3c37fd1ec906250707752
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15b3019ffb3efe169701e0fcd8fa1bf8a7af94d920b927c46946e06c91dfb9b4a53530d29f5256b4b4022aa5b79a2c6a3065119a9f82489e2ff9578d18d2e306
|
7
|
+
data.tar.gz: b7afb8ee3093a84cfabf51a2be3b5f5b3aa18bee246eb461fe981e82988a3de6ba22c8ab2f725933401da9485f99999defdc918f27483a0d49337fa5635544c6
|
@@ -7,8 +7,6 @@ div data-controller='show-more'
|
|
7
7
|
.accordion__wrapper data-target='show-more.item' style=('display:none' if index > 2)
|
8
8
|
a.accordion__card id="heading#{index}" href="collapse#{index}" aria-expanded='false' data={ target: "#collapse#{index}", toggle: 'collapse' }
|
9
9
|
h3.f20
|
10
|
-
svg.icon.icon-arrow-down-simple
|
11
|
-
= icon('arrow-down-simple')
|
12
10
|
= question.question
|
13
11
|
.accordion__content.collapse id="collapse#{index}" aria-labelledby="heading#{index}" data-parent='#accordion-faq'
|
14
12
|
.accordion__content__wrapper == question.answer
|
@@ -9,7 +9,6 @@
|
|
9
9
|
- if link.link_background.present?
|
10
10
|
li.navbar-sub__item
|
11
11
|
= link_to link.link_url, class: "navbar-sub__link"
|
12
|
-
= icon('building')
|
13
12
|
- if link.title?
|
14
13
|
= link.title
|
15
14
|
- else
|
@@ -24,7 +23,6 @@
|
|
24
23
|
h3.h6.fw7.mb-15 = link.link_title
|
25
24
|
- if link.description?
|
26
25
|
p.gray-600 == link.description
|
27
|
-
= icon('arrow-right')
|
28
26
|
- elsif links.kind == 'graph'
|
29
27
|
.mw-690.mcenter
|
30
28
|
- if links.title.present?
|
@@ -21,7 +21,7 @@
|
|
21
21
|
|
22
22
|
- if videogallery.videos.size > 4
|
23
23
|
a.carousel-control.carousel-control-prev href="#carouselAbsolvents" role="button" data-slide="prev"
|
24
|
-
|
24
|
+
| <
|
25
25
|
|
26
26
|
a.carousel-control.carousel-control-next href="#carouselAbsolvents" role="button" data-slide="next"
|
27
|
-
|
27
|
+
| >
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blueberry_cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.1.
|
4
|
+
version: 0.1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Magnusek
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-01-
|
12
|
+
date: 2019-01-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: carrierwave
|