Skip to content

Commit

Permalink
refactor deprecated {{title}} to {{page-title}} (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Oct 27, 2020
1 parent 524451d commit 7da65be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templates/application.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<HeadLayout />

{{title "Croodle"}}
{{page-title "Croodle"}}

<nav class="cr-navbar navbar navbar-dark">
<h1 class="cr-logo">
Expand Down
2 changes: 1 addition & 1 deletion app/templates/create.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{title (t "create.title")}}
{{page-title (t "create.title")}}

<BsButtonGroup @justified={{true}} class="cr-steps-top-nav form-steps">
{{#each this.formSteps as |formStep|}}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/poll.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#let @model as |poll|}}
{{title poll.title}}
{{page-title poll.title}}

<div id="poll">
<div class="row">
Expand Down

0 comments on commit 7da65be

Please sign in to comment.