split layout with the view

trunk
Thomas Riboulet 2 years ago
parent ce8e26c8ac
commit b936acf467

@ -1,2 +1,14 @@
- provide(:title, "Home")
%p Find me in app/views/home/index.haml
.hero-body
.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
%i.fa.fa-github
%span View Source
.hero-body
.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
= yield

Loading…
Cancel
Save