Commit 8343196a authored by xkorenk's avatar xkorenk
Browse files

small fixes

parent 24bc3d38
Pipeline #141043 passed with stages
in 2 minutes and 51 seconds
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
</div> </div>
<div th:if="${model.exists}"> <div th:if="${model.exists}">
<div class="alert alert-success" role="alert"> <div class="alert alert-danger" role="alert">
This user already created review for this product You already created review for this product!
</div> </div>
</div> </div>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<th scope="col">Price</th> <th scope="col">Price</th>
<th scope="col">On stock</th> <th scope="col">On stock</th>
<th scope="col">Grape variety</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> </tr>
</thead> </thead>
<tbody> <tbody>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment