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
e6720ecf
Commit
e6720ecf
authored
May 18, 2022
by
xkorenk
Browse files
productreview add small fix
parent
a03e1c08
Pipeline
#141161
passed with stages
in 2 minutes and 17 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
winery/webapp/src/main/resources/templates/productreview/add.html
View file @
e6720ecf
...
...
@@ -10,7 +10,7 @@
<div
class=
"container px-4 px-lg-5"
>
<main
role=
"main"
class=
"pb-3"
>
<h1>
Review - Add
</h1>
<a
class=
"btn btn-secondary"
th:
href=
"
@{/productreview}
"
>
Back
</a>
<a
class=
"btn btn-secondary"
href=
"
javascript:history.go(-2)
"
>
Back
</a>
<div
th:if=
"${model.success}"
>
<div
class=
"alert alert-success"
role=
"alert"
>
...
...
@@ -19,8 +19,8 @@
</div>
<div
th:if=
"${model.exists}"
>
<div
class=
"alert alert-
danger
"
role=
"alert"
>
You already created review for this product!
<div
class=
"alert alert-
warning
"
role=
"alert"
>
You
've
already created review for this product!
</div>
</div>
...
...
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