Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
fred4jupiter committed Jan 13, 2025
1 parent c2fe79a commit b7b0e41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/resources/templates/bet/others.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@ <h1 th:text="#{bet.others.title}"></h1>
<div class="col-4">
<span th:text="${bet.userName}" class="ranking-name"></span>
</div>
<div class="col-4">
<div class="col-6">
<span class="badge rounded-pill bg-success big-badge" th:classappend="${bet.getCssClassPenaltyWinnerOne()}"
th:text="${bet.goalsTeamOne}"></span>
<span> : </span>
<span class="badge rounded-pill bg-success big-badge" th:classappend="${bet.getCssClassPenaltyWinnerTwo()}"
th:text="${bet.goalsTeamTwo}"></span>
</div>
<div class="col-2">
<span class="badge rounded-pill bg-warning big-badge" th:text="${bet.points}"></span>
<span class="badge rounded-pill bg-warning big-badge ms-1" th:text="${bet.points}"></span>
</div>
</div>
</div>
Expand Down

0 comments on commit b7b0e41

Please sign in to comment.