tramway-landing 1.4.1 → 1.4.2

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
  SHA256:
3
- metadata.gz: e9ee27f8f4b17a274f1c8bb53c9ed7030a18a932fa8a9c13a2cd029f7b9444ff
4
- data.tar.gz: 190069c9c9cbe8aabecde7702550338166b5f935349e0ed00d4b6d53cb194344
3
+ metadata.gz: 734cc39f676a06f0c48fa09aebc2c18d902addb87a63a18692ceeb8b41bb838b
4
+ data.tar.gz: d87a7411f9adfb076a33e7367baa6b0c6824042d0b6b958da90bf40f13a1c147
5
5
  SHA512:
6
- metadata.gz: dda68528c6b0dccf6fd29a1b75baf2ce84ea19e65faf9d1d2a469c7a23f82329f426b6e670c2516302fdf7de007dc4d68b833afa3528516d03ce3a0bb149d29b
7
- data.tar.gz: cc046e0eeb50d33ab733d6470001b82e3e659a6bb0dec01dcf9c45410b9b620574f602d3e9d242e29a5488ef3d584c430e739cd45537c2f2831ee7e5030f65c8
6
+ metadata.gz: 89d59d9cd3fbc6a8c3a81fb0c581e7736c5071dd88690cc86cffabe8e11f760bbe8804c6ceee164bcccd1781ecb1f6926e59417dce1d67bb29cb3aa925146ca8
7
+ data.tar.gz: 9be78989fd6dd89be3b6628dcb5f046c26075be200d64c9cb4b6a0236446950e07e554089f807ae153603fde47d1bf4aad56fcf211491e921b1af032f1c079c1
@@ -23,8 +23,8 @@
23
23
  %p.grey-text
24
24
  != item.text
25
25
  .col.col-sm-10.col-xl-8.col-lg-8.col-md-8.mb-1.auto{ class: (item.active_link.present? ? :link : ''), data: { href: item.active_link } }
26
- %p.grey-text
27
- != item.full_text
26
+ %p.grey-text{ style: 'text-align: justify' }
27
+ = strip_tags(item.full_text)
28
28
  - else
29
29
  - collection.each_slice 3 do |sub_collection|
30
30
  - sub_collection.each do |item|
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Landing
3
- VERSION = '1.4.1'
3
+ VERSION = '1.4.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-24 00:00:00.000000000 Z
11
+ date: 2019-01-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email: