split layout with the view

trunk
Thomas Riboulet 2 years ago
parent ce8e26c8ac
commit b936acf467

@ -1,2 +1,14 @@
- provide(:title, "Home") .hero-body
%p Find me in app/views/home/index.haml .container.has-text-centered
.column.is-6.is-offset-3
%h1.title
Welcome home
%h2.subtitle
Your application landing page
.box
.field.is-grouped
%p.control.is-expanded
%input.input{:placeholder => "Enter your email", :type => "text"}/
%p.control
%a.button.is-info
Notify Me

@ -45,17 +45,4 @@
%span.icon %span.icon
%i.fa.fa-github %i.fa.fa-github
%span View Source %span View Source
.hero-body = yield
.container.has-text-centered
.column.is-6.is-offset-3
%h1.title
Welcome home
%h2.subtitle
Your application landing page
.box
.field.is-grouped
%p.control.is-expanded
%input.input{:placeholder => "Enter your email", :type => "text"}/
%p.control
%a.button.is-info
Notify Me

Loading…
Cancel
Save