go to step notification change

This commit is contained in:
Tykayn 2022-03-11 15:13:38 +01:00 committed by tykayn
parent 2b6e8ea5c1
commit 123effe9f7
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@
</div>
</div>
<div class="rounded-block permissions-modification">
<h2 class="title is-3">
<h2 class="title is-3" id="permissions_modification">
{{ 'advanced.allowances_title' | translate }}
</h2>
<div class="choice">
@ -151,7 +151,7 @@
</div>
</div>
<div class="rounded-block notifications">
<h2 class="title is-3">
<h2 class="title is-3" id="notifications">
{{ 'advanced.notifications_title' | translate }}
</h2>
<p>

View File

@ -69,7 +69,7 @@
<div class="block-resume">
<div class="password">Protégé par mot de passe: {{ pollService.form.value.password ? 'oui' : 'non' }}</div>
<hr />
<div class="go-to-step clickable" [routerLink]="['/administration/step/4']">
<div class="go-to-step clickable" [routerLink]="['/administration/step/5']">
<img class="icon" aria-hidden="true" src="assets/icons/edit.svg" />
{{ 'resume.edit' | translate }}
</div>