tramway-event 1.8.6 → 1.8.7
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: 9eb4fd5b0a6af1db3db6fec5dd7b3f1c41563650c516e48096d6fe5f06de8ad8
|
4
|
+
data.tar.gz: 80a383ac3aa407591b007f9341c87087ecdaca506242470e853f673636aa1f47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcfff5a965239434d0ac36a3b779619c6651ea5412e46d5f9ea4955a07a110b98ceabbe69b6586d54ad97d4263c0128b73951b9748384d19178a2bc4719d7330
|
7
|
+
data.tar.gz: 9a7f9d8cdb236e34c381297d83e7ada36f56b459381e413437505412b4810a8046840cd2cb58a1a182596eb70fcefb1067393cf2e4088ffafca539b674fdec19
|
@@ -24,7 +24,7 @@
|
|
24
24
|
или пишите на email
|
25
25
|
= mail_to 'kalashnikov@ulmic.ru'
|
26
26
|
- if request.path == ::Tramway::Event::Engine.routes.url_helpers.event_path(event.id)
|
27
|
-
= render 'tramway/landing/blocks/templates/full_page', block: event, buttons: []
|
27
|
+
= render 'tramway/landing/blocks/templates/full_page', block: event, buttons: [OpenStruct.new(title: t('.registration'), anchor: '#registration')]
|
28
28
|
%main
|
29
29
|
.container
|
30
30
|
-#= render 'tramway/landing/blocks/templates/features_list', block: OpenStruct.new(title: "Направления IT Way'18", description: "Вы можете выбрать любое из направлений", anchor: :features), collection: sections_as_features
|
@@ -34,7 +34,8 @@
|
|
34
34
|
.col
|
35
35
|
!= event.description
|
36
36
|
%hr
|
37
|
-
|
37
|
+
#registration
|
38
|
+
= render 'tramway/event/participants/form', event: event
|
38
39
|
%br
|
39
40
|
- sections.each_with_index do |section, index|
|
40
41
|
= render 'tramway/event/sections/show_page', section: section
|
data/config/locales/ru.yml
CHANGED
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.8.
|
4
|
+
version: 1.8.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Kalashnikov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails engine for events
|
14
14
|
email:
|