Skip to content

adding titles to pages #423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/templates/crates.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ title 'Crates' }}

<div id='crates-heading' class='crate-index'>
<div class='info'>
<img class='logo crate' src="/assets/crate.png"/>
Expand Down
2 changes: 2 additions & 0 deletions app/templates/dashboard.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ title 'Dashboard' }}

<div id='crates-heading'>
<img class='logo dashboard' src="/assets/dashboard.png"/>
<h1>My Dashboard</h1>
Expand Down
2 changes: 2 additions & 0 deletions app/templates/keyword/index.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ title keyword.keyword ' - Keywords' }}

<div id='crates-heading'>
<img class='logo crate' src="/assets/crate.png"/>
<h1>All Crates</h1>
Expand Down
2 changes: 2 additions & 0 deletions app/templates/keywords.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ title 'Keywords' }}

<div id='crates-heading'>
<img class='logo crate' src="/assets/crate.png"/>
<h1>All Keywords</h1>
Expand Down
2 changes: 2 additions & 0 deletions app/templates/me/crates.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ title 'My Crates' }}

<div id='crates-heading'>
<img class='logo crate' src="/assets/crate.png"/>
<h1>My Crates</h1>
Expand Down
2 changes: 2 additions & 0 deletions app/templates/me/index.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ title 'Settings' }}

<div id='crates-heading'>
<img class='gear logo' src="/assets/gear.png"/>
<h1>Account Settings</h1>
Expand Down