tramway-landing 3.0.2.3 → 3.0.2.4

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: 576b02dac3e894e375efbd627b185c3fdbfee90e35cbdce6ddeea4546d1d0696
4
- data.tar.gz: c8a72822c1711d79ca6122ceee441e7f175e23456ee86504b61678256f98b61e
3
+ metadata.gz: cae765e9518c0e305cfb98231e7b0a3735ed942ae399371f53bedfb3e8b4c8a7
4
+ data.tar.gz: da10155f916b90d52abaea3005998134a7f67c951ab5d764be96153d4106220a
5
5
  SHA512:
6
- metadata.gz: df1f7644dbd5e5656854279ef45de58f043f7a74a11806ae8c7981f1564e703fadcbea683372e9e96d35a67d59f880bcd95e544d1d32dd183b82192627ed6643
7
- data.tar.gz: 305df824d194d2bfcc4490c46db65e0837253047576d440c61c3360d1b4d88fd65c1bbda06d507814ad4b315049f6721f8dd55639b0a45fc63671f8776c3b1e7
6
+ metadata.gz: 8a5eb1b63809fe38d506b8af61f1da4debd572487eb83e61833305b76fbd6c8c222b4bcfcd8ca686456c356a5cea48440f4bd354684169414d8a8073132f8926
7
+ data.tar.gz: 46dbf887e72c7ead56e401111e294fed589c01ec856bc3a705e4270055d78e90285e73f0da8d81b4fef57be751f6fd5a67b3720bc9e0a4d19af8b1ef1e1d050e
@@ -48,7 +48,7 @@ footer
48
48
  .row
49
49
  margin-right: 0
50
50
 
51
- .alert
51
+ .alert.flash
52
52
  z-index: 999
53
53
  position: fixed
54
54
  float: right
@@ -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
@@ -1,4 +1,4 @@
1
- .alert{ role: :alert, class: "alert-#{alert_type}" }
1
+ .alert.flash{ role: :alert, class: "alert-#{alert_type}" }
2
2
  - if defined? title
3
3
  %h4.alert-heading
4
4
  = title
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '3.0.2.3'
5
+ VERSION = '3.0.2.4'
6
6
  end
7
7
  end
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.3
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-17 00:00:00.000000000 Z
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: