mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
9 lines
171 B
HTML
9 lines
171 B
HTML
<div class="two-links">
|
|
<a [routerLink]="nextRouteConfig" class="next">
|
|
C'est parfait!
|
|
</a>
|
|
<a [routerLink]="previousRouteConfig" class="prev">
|
|
Retour
|
|
</a>
|
|
</div>
|