add icon nav header

This commit is contained in:
Tykayn 2021-12-02 16:19:08 +01:00 committed by tykayn
parent 3b7b21defa
commit 662cd4ef71
2 changed files with 13 additions and 8 deletions

View File

@ -51,14 +51,19 @@
>
</div>
<div class="step-info">
<h2 class="step-title-poll" *ngIf="pollService.step_current == 1">
{{ 'creation.title' | translate }}
</h2>
<h2 class="step-title-poll" *ngIf="pollService.step_current >= 2">
{{ pollService.form.value.title }}
</h2>
<div class="columns">
<div class="column is-half">
<div class="column is-narrow">
<a class="navbar-item is-block" [routerLink]="['/']" routerLinkActive="active">
<img src="assets/img/icone_home.png" alt="logo framadate" />
</a>
</div>
<div class="column">
<h2 class="step-title-poll" *ngIf="pollService.step_current == 1">
{{ 'creation.title' | translate }}
</h2>
<h2 class="step-title-poll" *ngIf="pollService.step_current >= 2">
{{ pollService.form.value.title }}
</h2>
<h3 class="step-counter-text">Étape {{ step_current }} sur {{ step_max }}</h3>
</div>
<div class="column is-half has-text-right">

View File

@ -31,7 +31,7 @@
"find_button": "Retrouver mes sondages"
},
"creation": {
"title": "Créer un sondage",
"title": "Création de sondage",
"want": "Choisissez le type de sondage",
"dialog": "Quitter la création de sondage?",
"dialog_content": "Souhaitez-vous vraiment quitter le sondage ? Toutes les informations seront effacées.",