Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MBetterc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mbetter
MBetterc
Commits
14927410
Commit
14927410
authored
Feb 23, 2026
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bet button link to point to /bets/new instead of /cashier/new-bet
parent
24f49510
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cashier.html
mbetterclient/web_dashboard/templates/dashboard/cashier.html
+1
-1
No files found.
mbetterclient/web_dashboard/templates/dashboard/cashier.html
View file @
14927410
...
...
@@ -774,7 +774,7 @@ function updateMatchesTable(data, container) {
statusBadge
=
'<span class="badge bg-primary"><i class="fas fa-calendar-check me-1"></i>Sched</span>'
;
break
;
case
'bet'
:
statusBadge
=
`<a href="
${
pageUrl
(
'/
cashier/new-bet?match_id='
+
match
.
id
)}
" class="badge bg-success text-decoration-none" title="Click to place bet"><i class="fas fa-dollar-sign me-1"></i>Bet</a>`
;
statusBadge
=
`<a href="
${
pageUrl
(
'/
bets/new'
)}
" class="badge bg-success text-decoration-none" title="Click to place bet"><i class="fas fa-dollar-sign me-1"></i>Bet</a>`
;
break
;
case
'ingame'
:
statusBadge
=
'<span class="badge bg-info"><i class="fas fa-play me-1"></i>Live</span>'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment