Commit 82b94f76 authored by Jakub Balga's avatar Jakub Balga
Browse files

Text repair

parent bc471bbe
Pipeline #139947 passed with stages
in 2 minutes and 23 seconds
......@@ -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. You 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>
......
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