better UI/UX

This commit is contained in:
Parpaillax
2024-04-24 14:46:02 +02:00
parent cc658b8427
commit 3713edd3fa
3 changed files with 8 additions and 5 deletions

View File

@@ -110,7 +110,10 @@
<span th:text="#{profil.credit}"></span> <span th:text="${userProfile.credit}"></span>
</div>
<input type="hidden" th:field="*{id}" id="userId" th:value="${userProfile.id}">
<button type="submit" class="btn btn-primary" th:text="#{edit.profil.button.edit}"></button>
<div class="d-flex justify-content-end align-items-center">
<a class="btn btn-secondary" href="/accueil" th:text="#{edit.profil.button.cancel}"></a>
<button type="submit" class="btn btn-primary ml-2" th:text="#{edit.profil.button.edit}"></button>
</div>
</div>
</div>
</form>