refactor deprecated {{title}} to {{page-title}} (#464)

This commit is contained in:
Jeldrik Hanschke 2020-10-27 22:20:35 +01:00 committed by GitHub
parent 524451d717
commit 7da65be276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<HeadLayout /> <HeadLayout />
{{title "Croodle"}} {{page-title "Croodle"}}
<nav class="cr-navbar navbar navbar-dark"> <nav class="cr-navbar navbar navbar-dark">
<h1 class="cr-logo"> <h1 class="cr-logo">

View file

@ -1,4 +1,4 @@
{{title (t "create.title")}} {{page-title (t "create.title")}}
<BsButtonGroup @justified={{true}} class="cr-steps-top-nav form-steps"> <BsButtonGroup @justified={{true}} class="cr-steps-top-nav form-steps">
{{#each this.formSteps as |formStep|}} {{#each this.formSteps as |formStep|}}

View file

@ -1,5 +1,5 @@
{{#let @model as |poll|}} {{#let @model as |poll|}}
{{title poll.title}} {{page-title poll.title}}
<div id="poll"> <div id="poll">
<div class="row"> <div class="row">