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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c5d3dacbd75702cc799ded46749b8224afd7ce6ac5b919ce382b76718cc2abe
|
|
4
|
+
data.tar.gz: 1724f30479bdf0f9341feeabc252d6fbfd8c2939f1b774b61d4cefefbc589c7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|