tramway-event 1.9.8 → 1.9.9

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: d2ecda0356e07c6a2d553c1c1acfe8280c6721fd263eb676a54f1bf96931a024
4
- data.tar.gz: 165264bdcbafca2272b9069f4b8f185804f4390326b4d9574fed3e9b6d99c1a4
3
+ metadata.gz: 1c5d3dacbd75702cc799ded46749b8224afd7ce6ac5b919ce382b76718cc2abe
4
+ data.tar.gz: 1724f30479bdf0f9341feeabc252d6fbfd8c2939f1b774b61d4cefefbc589c7f
5
5
  SHA512:
6
- metadata.gz: f0283612a68192a5783e944e6385f0621ff2e4db3a817c0eed742ebd91e2183c2b3ace09dbc861ea0635779b7c08a1977f264ab9ee73044bd0e50b8607fcb6ff
7
- data.tar.gz: 6b7078b729b30984b216019f9092519f99fd22c9cddd8799276759c8430e2b0b1377d729b90ba17121335b6ac8d00e08135b75c5e08f0202bc8dca84ab8f6026
6
+ metadata.gz: 142b859762d51a5cf3985d9abc2afbf34d9e5517bd4f3d40a8cb9890dd8b9f5080941dcc8a61b70bb170631733358050dd22a9efa75b81a1327fb992e5c70c5e
7
+ data.tar.gz: 1a12d3634803f1403da9474bc3b558da52148e89d6fcb610be8ab0808e7b93229a3b357a5d0ef291d005e2aed4dce1d62b970bc547f6229665e33b70ebcd8615
@@ -4,7 +4,7 @@
4
4
  %button.close{"aria-label" => "Close", "data-dismiss" => "alert", type: "button"}
5
5
  %span{"aria-hidden" => "true"} ×
6
6
  %h4.alert-heading Заявка успешно отправлена!
7
- %p Ваша заявка на мероприятие подтверждена. Ждём!
7
+ %p Ваша заявка на мероприятие подтверждена!
8
8
  %hr/
9
9
  %p.mb-0
10
10
  По всем вопросам обращайтесь по телефону
@@ -12,7 +12,7 @@
12
12
  или пишите на email
13
13
  = mail_to 'kalashnikov@ulmic.ru'
14
14
  - if params[:flash] == 'error'
15
- .alert.alert-danger{role: "alert"}
15
+ .alert.alert-danger{ role: "alert" }
16
16
  %button.close{"aria-label" => "Close", "data-dismiss" => "alert", type: "button"}
17
17
  %span{"aria-hidden" => "true"} ×
18
18
  %h4.alert-heading Ошибка при отправлении заявки!
@@ -25,6 +25,8 @@
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
+ - content_for :main_image do
29
+ = event.background.url
28
30
  %main.event.show
29
31
  .container
30
32
  = render 'tramway/landing/blocks/templates/features_list', collection: sections_as_features
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Event
3
- VERSION = '1.9.8'
3
+ VERSION = '1.9.9'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.8
4
+ version: 1.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov