mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
add icon nav header
This commit is contained in:
parent
3b7b21defa
commit
662cd4ef71
@ -51,14 +51,19 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="step-info">
|
<div class="step-info">
|
||||||
|
<div class="columns">
|
||||||
|
<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">
|
<h2 class="step-title-poll" *ngIf="pollService.step_current == 1">
|
||||||
{{ 'creation.title' | translate }}
|
{{ 'creation.title' | translate }}
|
||||||
</h2>
|
</h2>
|
||||||
<h2 class="step-title-poll" *ngIf="pollService.step_current >= 2">
|
<h2 class="step-title-poll" *ngIf="pollService.step_current >= 2">
|
||||||
{{ pollService.form.value.title }}
|
{{ pollService.form.value.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<div class="columns">
|
|
||||||
<div class="column is-half">
|
|
||||||
<h3 class="step-counter-text">Étape {{ step_current }} sur {{ step_max }}</h3>
|
<h3 class="step-counter-text">Étape {{ step_current }} sur {{ step_max }}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-half has-text-right">
|
<div class="column is-half has-text-right">
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
"find_button": "Retrouver mes sondages"
|
"find_button": "Retrouver mes sondages"
|
||||||
},
|
},
|
||||||
"creation": {
|
"creation": {
|
||||||
"title": "Créer un sondage",
|
"title": "Création de sondage",
|
||||||
"want": "Choisissez le type de sondage",
|
"want": "Choisissez le type de sondage",
|
||||||
"dialog": "Quitter la création de sondage?",
|
"dialog": "Quitter la création de sondage?",
|
||||||
"dialog_content": "Souhaitez-vous vraiment quitter le sondage ? Toutes les informations seront effacées.",
|
"dialog_content": "Souhaitez-vous vraiment quitter le sondage ? Toutes les informations seront effacées.",
|
||||||
|
Loading…
Reference in New Issue
Block a user