tramway-event 1.8.6 → 1.8.7

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: dcf9a40307340af1bf8a365b3c10fec72513ece02ff6230b56c17b8adf25fc32
4
- data.tar.gz: b2701f002905ded09b693b4544f75dc090c4b3de6c199644df8c9f29fd8ab8cd
3
+ metadata.gz: 9eb4fd5b0a6af1db3db6fec5dd7b3f1c41563650c516e48096d6fe5f06de8ad8
4
+ data.tar.gz: 80a383ac3aa407591b007f9341c87087ecdaca506242470e853f673636aa1f47
5
5
  SHA512:
6
- metadata.gz: 5240099a929df8a4805e61a9b6bc40fa375aac570dae399581de4b660989ee2343d685471dd2e12f3062e1f371f79724ec7fa8bdf13d6780be953baab67f437e
7
- data.tar.gz: 6b47424bef617f6dbc7b0b049aee550447dec6413c93c408403ce098e1a39b1823583038f1c2f730eb5f0df4e7aebe84b07a6f1e424a11033596ddcc65464833
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
- = render 'tramway/event/participants/form', event: event
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
@@ -1,6 +1,9 @@
1
1
  ru:
2
2
  tramway:
3
3
  event:
4
+ events:
5
+ show_page:
6
+ registration: Регистрация
4
7
  participants:
5
8
  form:
6
9
  registration: Регистрация на мероприятие
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Event
3
- VERSION = '1.8.6'
3
+ VERSION = '1.8.7'
4
4
  end
5
5
  end
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.6
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-01 00:00:00.000000000 Z
11
+ date: 2018-11-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for events
14
14
  email: