forked from tykayn/funky-framadate-front
remove b in next button
This commit is contained in:
parent
55753c836e
commit
01a2e40b71
@ -15,12 +15,7 @@
|
|||||||
[routerLink]="['/administration/step/' + next_step_number]"
|
[routerLink]="['/administration/step/' + next_step_number]"
|
||||||
(click)="runNextAction()"
|
(click)="runNextAction()"
|
||||||
>
|
>
|
||||||
<b *ngIf="!is_finish_step">
|
{{ (is_finish_step ? 'nav.save' : 'nav.next') | translate }}
|
||||||
{{ 'nav.next' | translate }}
|
|
||||||
</b>
|
|
||||||
<b *ngIf="is_finish_step">
|
|
||||||
{{ 'nav.save' | translate }}
|
|
||||||
</b>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user