tramway-event 1.9.19.8 → 1.9.20
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4831c4831afd75add24ae237f2b1987219f7db030d2b9ef3b719ba57d910c582
|
4
|
+
data.tar.gz: 749e8d726a65436c75de070d696dd988455cc5fca84aca9f4ea5b3af5017543f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
10
|
+
= tel_tag @application.phone
|
11
11
|
или пишите на email
|
12
|
-
= mail_to
|
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
|
22
|
+
= tel_tag @application.phone
|
23
23
|
или пишите на email
|
24
|
-
= mail_to
|
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
|