better UI/UX
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user