Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fred4jupiter committed Feb 15, 2025
1 parent da43d98 commit 5ab79f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/templates/bet/others.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ <h1 th:text="#{bet.others.title}"></h1>
<div class="col-12 col-sm-6 col-md-3" th:each="bet : ${allBetsCommand.allBetsForMatch}">
<div class="card mt-3">
<div class="card-body">
<div class="row">
<div class="row align-items-center">
<div class="col-6 pe-0">
<span th:replace="~{fragments/profile_image :: profile_image_small_with_popup(${@webSecurityUtil.getUserProfileImageKeyFor(bet.userName)})}"></span>
<span th:text="${bet.userName}" class="ps-2"></span>
<div class="mt-1">
<span class="ms-3" th:text="${bet.userName}"/>
</div>
</div>
<div class="col-6 text-end">
<span class="badge rounded-pill bg-success big-badge" th:classappend="${bet.getCssClassPenaltyWinnerOne()}"
Expand Down

0 comments on commit 5ab79f2

Please sign in to comment.