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: e91d2118e7044a75f384a362dc3276491ec99c78
4
- data.tar.gz: 9bb48bd2b149ce3b97ab6d1d4ac3c49e4fe9adca
3
+ metadata.gz: bb0ea9bef57503200e2c03c9124a855f171a5d1b
4
+ data.tar.gz: c264632afc1fca3293f3c37fd1ec906250707752
5
5
  SHA512:
6
- metadata.gz: 4a2ecd4ba705b32796d8ac2dd78fc68ed8efe6b20e45eed6a6399840948c87a2953fbc7e74cba79964362255d530acf51a5edf40fa33d07bfc4f4a9ebf6734c5
7
- data.tar.gz: 42600c8ab70c5fbb54d346f952929fb952a27f4c6c7be534baf18dea7d483e946598699056f51b5efb896686d87539577bd7f1d15f0c77d989d295da03ddae60
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
- = icon('arrow-left-simple')
24
+ | <
25
25
 
26
26
  a.carousel-control.carousel-control-next href="#carouselAbsolvents" role="button" data-slide="next"
27
- = icon('arrow-right-simple')
27
+ | >
@@ -1,3 +1,3 @@
1
1
  module BlueberryCMS
2
- VERSION = '0.1.1.0'.freeze
2
+ VERSION = '0.1.1.1'.freeze
3
3
  end
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.0
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-03 00:00:00.000000000 Z
12
+ date: 2019-01-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: carrierwave