tramway-event 1.9.7 → 1.9.8

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: 3eb4f0a99bd10f3daf750125886cd782d5649d16f7d51a00b01fafed8d947f11
4
- data.tar.gz: 4274c51505450f43b38b7e9c161560b59748a919f43a99a8d5966568785cd24f
3
+ metadata.gz: d2ecda0356e07c6a2d553c1c1acfe8280c6721fd263eb676a54f1bf96931a024
4
+ data.tar.gz: 165264bdcbafca2272b9069f4b8f185804f4390326b4d9574fed3e9b6d99c1a4
5
5
  SHA512:
6
- metadata.gz: d19e235ad234fa903fa7ed01bf5f6a3191c40884292d1601eb7c267805b50ba4f8c055dd1a5421c0d65fbff6569ee5ffa951714723db00939103ca98f4210dd4
7
- data.tar.gz: e9022974e28e55a64a491bf49a5e8ffa8a11aa74dd11e5b920a994c05af6ffe08201b8f2c38f355f252f2892eda6ecd1e802dbbff5d877ccb12fce7c8b5b6059
6
+ metadata.gz: f0283612a68192a5783e944e6385f0621ff2e4db3a817c0eed742ebd91e2183c2b3ace09dbc861ea0635779b7c08a1977f264ab9ee73044bd0e50b8607fcb6ff
7
+ data.tar.gz: 6b7078b729b30984b216019f9092519f99fd22c9cddd8799276759c8430e2b0b1377d729b90ba17121335b6ac8d00e08135b75c5e08f0202bc8dca84ab8f6026
@@ -13,3 +13,7 @@ body
13
13
  &.form
14
14
  h1
15
15
  margin-bottom: 100px
16
+
17
+ main.event.show
18
+ .row.description
19
+ margin-top: 150px
@@ -25,10 +25,10 @@
25
25
  = mail_to 'kalashnikov@ulmic.ru'
26
26
  - if request.path == ::Tramway::Event::Engine.routes.url_helpers.event_path(event.id)
27
27
  = render 'tramway/landing/blocks/templates/full_page', block: event, buttons: [OpenStruct.new(title: t('.registration'), anchor: '#registration')]
28
- %main
28
+ %main.event.show
29
29
  .container
30
30
  = render 'tramway/landing/blocks/templates/features_list', collection: sections_as_features
31
- .row
31
+ .row.description
32
32
  .col
33
33
  != event.description
34
34
  #registration
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Event
3
- VERSION = '1.9.7'
3
+ VERSION = '1.9.8'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.7
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-07 00:00:00.000000000 Z
11
+ date: 2019-02-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for events
14
14
  email: