tramway-page 1.5.3.6 → 1.5.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/tramway/page/pages_controller.rb +0 -1
- data/lib/tramway/page/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 321e16f700c986746dc15075982d8d20c7891e8915414cd1c6ed0a29df563cd1
|
4
|
+
data.tar.gz: f01934a365535a26921532b9e67427bdb59b6c3e6db473cf101a94878d1bcfe6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a39c3d6b929283fd481ce751e83b0be927d178c08b50557a59d67632109105683bf720b3630e87ef55615053ae8b89e0fec3fe898243819997b1e5501e420cd0
|
7
|
+
data.tar.gz: 6ef1aa36e66a4ecd81de3ffdbc98dd16ef17aa631815e1842f9bd6820216cf133729a32096852affc76f511dee4e490ef1eb7bdba817adbe027602910fcb4344
|
@@ -4,7 +4,6 @@ class ::Tramway::Page::PagesController < ::Tramway::Page::ApplicationController
|
|
4
4
|
layout 'tramway/landing/application'
|
5
5
|
|
6
6
|
def show
|
7
|
-
@application = ::Tramway::Core.application_object # FIXME: need to be in the Tramway::Core::ApplicationController
|
8
7
|
@page = ::Tramway::Page::Page.published.find_by slug: params[:slug]
|
9
8
|
@blocks = @page.blocks.published.active.map do |block|
|
10
9
|
if block.block_type.header_with_form? && block.form_url.present?
|
data/lib/tramway/page/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-page
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.3.
|
4
|
+
version: 1.5.3.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: 2021-
|
11
|
+
date: 2021-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Description of Tramway::Page.
|
14
14
|
email:
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '0'
|
70
70
|
requirements: []
|
71
|
-
rubygems_version: 3.1.
|
71
|
+
rubygems_version: 3.1.4
|
72
72
|
signing_key:
|
73
73
|
specification_version: 4
|
74
74
|
summary: Summary of Tramway::Page.
|