tramway-landing 3.0.2.3 → 3.0.2.4
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: cae765e9518c0e305cfb98231e7b0a3735ed942ae399371f53bedfb3e8b4c8a7
|
|
4
|
+
data.tar.gz: da10155f916b90d52abaea3005998134a7f67c951ab5d764be96153d4106220a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a5eb1b63809fe38d506b8af61f1da4debd572487eb83e61833305b76fbd6c8c222b4bcfcd8ca686456c356a5cea48440f4bd354684169414d8a8073132f8926
|
|
7
|
+
data.tar.gz: 46dbf887e72c7ead56e401111e294fed589c01ec856bc3a705e4270055d78e90285e73f0da8d81b4fef57be751f6fd5a67b3720bc9e0a4d19af8b1ef1e1d050e
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
- @header_with_form = @form if @form.present?
|
|
1
2
|
.view.full-page-intro{ style: "background-image: url('#{block.background.url}'); background-repeat: no-repeat; background-size: cover;" }
|
|
2
3
|
.mask.rgba-black-light.d-flex.justify-content-center.align-items-center
|
|
3
4
|
.container
|
|
@@ -22,6 +23,7 @@
|
|
|
22
23
|
There is some errors
|
|
23
24
|
.card
|
|
24
25
|
.card-body
|
|
26
|
+
- raise 'Initialize @header_with_form in a controller with something like that `@header_with_form = UserSignUpForm.new User.new`. `User` is your model which you want to Sign Up' unless defined?(@header_with_form)
|
|
25
27
|
= simple_form_for @header_with_form, url: block.form_url, method: :post, input_html: { class: 'form-vertical' } do |f|
|
|
26
28
|
%h3.dark-grey-text.text-center
|
|
27
29
|
%strong
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tramway-landing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.2.
|
|
4
|
+
version: 3.0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- moshinaan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Landing Engine for your Rails projects
|
|
14
14
|
email:
|