Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Samuel Dudík
PA165 Winery Management System
Commits
8343196a
Commit
8343196a
authored
May 18, 2022
by
xkorenk
Browse files
small fixes
parent
24bc3d38
Pipeline
#141043
passed with stages
in 2 minutes and 51 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
winery/webapp/src/main/resources/templates/productreview/add.html
View file @
8343196a
...
...
@@ -19,8 +19,8 @@
</div>
<div
th:if=
"${model.exists}"
>
<div
class=
"alert alert-
success
"
role=
"alert"
>
This user
already created review for this product
<div
class=
"alert alert-
danger
"
role=
"alert"
>
You
already created review for this product
!
</div>
</div>
...
...
winery/webapp/src/main/resources/templates/winebottle/index.html
View file @
8343196a
...
...
@@ -22,7 +22,7 @@
<th
scope=
"col"
>
Price
</th>
<th
scope=
"col"
>
On stock
</th>
<th
scope=
"col"
>
Grape variety
</th>
<th
scope=
"col"
>
Actions
</th>
<th
th:if=
'${model.currentUser != null && model.currentUser.hasRole("ADMIN")}'
scope=
"col"
>
Actions
</th>
</tr>
</thead>
<tbody>
...
...
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