Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Matúš Valko
Online Gaming Management System
Commits
a7dfa9db
Commit
a7dfa9db
authored
May 25, 2022
by
Matúš Valko
Browse files
removed ids from views fixed showing still id_4
parent
64697265
Pipeline
#142620
passed with stage
in 1 minute and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gaming-spring-mvc/src/main/webapp/WEB-INF/jsp/tournament/list.jsp
View file @
a7dfa9db
...
...
@@ -29,8 +29,6 @@
<tbody>
<c:forEach
items=
"
${
tournaments
}
"
var=
"tournament"
>
<tr>
<td>
${tournament.id}
</td>
<td><c:out
value=
"
${
tournament
.
name
}
"
/></td>
<td><c:out
value=
"
${
tournament
.
city
}
"
/></td>
<td><c:out
value=
"
${
tournament
.
country
}
"
/></td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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