Skip to content

Commit

Permalink
Sample partials anda typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodeleao committed Oct 6, 2016
1 parent a4137c6 commit 263b26b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions app/views/layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
<body>

<div class="o-app" id="app">

<!--app header-->
{{> _header }}
<main class="o-main" role="main">
{{> body}}
</main>


<!--app footer-->
{{> _footer }}
</div>

<!--scripts-->
Expand Down
6 changes: 3 additions & 3 deletions app/views/pages/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<header>
<h1>asdasdasdasdasdas</h1>
<h1>Page Title</h1>
</header>

<section>
secção da pagina
Page Section
</section>

<footer>
caralhoasdadsasads
Page footer
</footer>
2 changes: 1 addition & 1 deletion app/views/partials/application/_footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer>
<h1>I'm page footer</h1>
<h1>App header</h1>
</footer>
2 changes: 1 addition & 1 deletion app/views/partials/application/_header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<header>
<h1>I'm page header</h1>
<h1>App header</h1>
</header>

0 comments on commit 263b26b

Please sign in to comment.