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
82b94f76
Commit
82b94f76
authored
May 16, 2022
by
Jakub Balga
Browse files
Text repair
parent
bc471bbe
Pipeline
#139947
passed with stages
in 2 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
winery/webapp/src/main/resources/templates/home/index.html
View file @
82b94f76
...
...
@@ -12,13 +12,13 @@
<div
class=
"col-lg-7"
><img
class=
"img-fluid rounded mb-4 mb-lg-0"
src=
"https://cdn.pixabay.com/photo/2016/10/22/20/34/wines-1761613__340.jpg"
alt=
"..."
/></div>
<div
class=
"col-lg-5"
th:if=
'${model.currentUser != null && model.currentUser.hasRole("ADMIN")}'
>
<h1
class=
"font-weight-light"
>
Winery IS
</h1>
<p>
Welcome to the Winery information system
!
As an administrator,
you can track your production, from harvest to final product. Yo can also manage your users
<p>
Welcome to the Winery information system
.
As an administrator,
you can track your production, from harvest to final product. Yo
u
can also manage your users
and inspect their reviews.
</p>
</div>
<div
class=
"col-lg-5"
th:if=
'${model.currentUser != null && !model.currentUser.hasRole("ADMIN")}'
>
<h1
class=
"font-weight-light"
>
Winery IS
</h1>
<p>
Welcome to the Winery information system
!
You can check our products, buy some or write a review.
</p>
<p>
Welcome to the Winery information system
.
You can check our products, buy some or write a review.
</p>
</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