tramway-event 1.9.19.8 → 1.9.20

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: 54e03b3c5e4f229932ec42064edffa9a69a244771d6206bff367ffdf78a2392e
4
- data.tar.gz: 0ec7860ba8c4e3ee53a66b6cdde099c190b7797b2d28235d9838a6b6c5d2bc08
3
+ metadata.gz: 4831c4831afd75add24ae237f2b1987219f7db030d2b9ef3b719ba57d910c582
4
+ data.tar.gz: 749e8d726a65436c75de070d696dd988455cc5fca84aca9f4ea5b3af5017543f
5
5
  SHA512:
6
- metadata.gz: '0878b7c91b0decbce7c409f58da89c5dd1af2968618fa43cf265b9b1efc9cf74578086d1699803a8794f6805fdd7e153c78e215e3ce31451b0e8fc69eea7344c'
7
- data.tar.gz: f14c9decc411b9fdbf2f3918ac0839ed38f6565bfd2f7be009faee9f8ff5b8a2b03d4d6b1e8a224fef970d1ab4f59f677c48b8f4fb2520f7cc0e48f3da1f21ad
6
+ metadata.gz: 75a8767719ff68fb4e70703da4eff11786b4a30a69d91a75b538183867f2302d6d60f3d2a75759213a74d3ebc15366d90641ffb4f6b1059c8610f34c98fd4550
7
+ data.tar.gz: 0c84d09c1861fb16a90d92eb3f21e5b118aa437014604210a8d77b941fac4631d7b6c108f885a55e8e03b93268cd606479887e6b2a77b2b7f8afd9e111bde8e6
@@ -7,9 +7,9 @@
7
7
  %hr/
8
8
  %p.mb-0
9
9
  По всем вопросам обращайтесь по телефону
10
- = tel_tag '+79603727276'
10
+ = tel_tag @application.phone
11
11
  или пишите на email
12
- = mail_to 'kalashnikov@ulmic.ru'
12
+ = mail_to @application.email
13
13
  - if params[:flash] == 'error'
14
14
  .alert.alert-danger{ role: "alert" }
15
15
  %button.close{"aria-label" => "Close", "data-dismiss" => "alert", type: "button"}
@@ -19,9 +19,9 @@
19
19
  %hr/
20
20
  %p.mb-0
21
21
  Если ошибка повторяется или не отображается, обращайтесь по телефону
22
- = tel_tag '+79603727276'
22
+ = tel_tag @application.phone
23
23
  или пишите на email
24
- = mail_to 'kalashnikov@ulmic.ru'
24
+ = mail_to @application.email
25
25
  - if request.path == ::Tramway::Event::Engine.routes.url_helpers.event_path(event.id)
26
26
  = render 'tramway/landing/blocks/templates/full_page', block: event, buttons: [OpenStruct.new(title: t('.registration'), anchor: '#registration')]
27
27
  - content_for :main_image do
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Event
5
- VERSION = '1.9.19.8'
5
+ VERSION = '1.9.20'
6
6
  end
7
7
  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.19.8
4
+ version: 1.9.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov