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
5331edb9
Commit
5331edb9
authored
May 18, 2022
by
Samuel Dudík
Browse files
Add spacing to headings
parent
a27bee5d
Changes
9
Hide whitespace changes
Inline
Side-by-side
winery/webapp/src/main/resources/templates/cart/index.html
View file @
5331edb9
...
...
@@ -9,7 +9,7 @@
<div
class=
"container px-4 px-lg-5"
>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Shopping cart
</h2>
<h2
class=
"mt-2"
>
Shopping cart
</h2>
<div
style=
"display: none;"
id=
"failure-alert"
>
<div
class=
"alert alert-danger mt-2"
role=
"alert"
>
...
...
winery/webapp/src/main/resources/templates/grape/index.html
View file @
5331edb9
...
...
@@ -11,7 +11,7 @@
<span
hidden
id=
"deleteUrl"
th:attr=
"data-url=@{/grape/delete}"
></span>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Grapes
</h2>
<h2
class=
"mt-2"
>
Grapes
</h2>
<a
class=
"btn btn-primary"
th:href=
"@{/grape/add}"
>
Add
</a>
<table
class=
"table table-striped"
>
<thead>
...
...
winery/webapp/src/main/resources/templates/harvest/index.html
View file @
5331edb9
...
...
@@ -11,7 +11,7 @@
<span
hidden
id=
"deleteUrl"
th:attr=
"data-url=@{/harvest/delete}"
></span>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Harvests
</h2>
<h2
class=
"mt-2"
>
Harvests
</h2>
<a
class=
"btn btn-primary"
th:href=
"@{/harvest/add}"
>
Add
</a>
<table
class=
"table table-striped"
>
<thead>
...
...
winery/webapp/src/main/resources/templates/myorder/index.html
View file @
5331edb9
...
...
@@ -9,7 +9,7 @@
<div
class=
"container px-4 px-lg-5"
>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Orders
</h2>
<h2
class=
"mt-2"
>
Orders
</h2>
<table
class=
"table table-striped"
>
<thead>
<tr>
...
...
winery/webapp/src/main/resources/templates/order/index.html
View file @
5331edb9
...
...
@@ -11,7 +11,7 @@
<span
hidden
id=
"deleteUrl"
th:attr=
"data-url=@{/order/delete}"
></span>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Orders
</h2>
<h2
class=
"mt-2"
>
Orders
</h2>
<table
class=
"table table-striped"
>
<thead>
<tr>
...
...
winery/webapp/src/main/resources/templates/productreview/index.html
View file @
5331edb9
...
...
@@ -11,7 +11,7 @@
<span
hidden
id=
"deleteUrl"
th:attr=
"data-url=@{/productreview/delete}"
></span>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Reviews
</h2>
<h2
class=
"mt-2"
>
Reviews
</h2>
<a
class=
"btn btn-primary"
th:href=
"@{/productreview/add}"
>
Add
</a>
<table
class=
"table table-striped"
>
<thead>
...
...
winery/webapp/src/main/resources/templates/user/index.html
View file @
5331edb9
...
...
@@ -11,7 +11,7 @@
<span
hidden
id=
"deleteUrl"
th:attr=
"data-url=@{/user/delete}"
></span>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Users
</h2>
<h2
class=
"mt-2"
>
Users
</h2>
<a
class=
"btn btn-primary"
th:href=
"@{/user/add}"
>
Add
</a>
<table
class=
"table table-striped"
>
<thead>
...
...
winery/webapp/src/main/resources/templates/winebottle/index.html
View file @
5331edb9
...
...
@@ -11,7 +11,7 @@
<span
hidden
id=
"deleteUrl"
th:attr=
"data-url=@{/winebottle/delete}"
></span>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Products
</h2>
<h2
class=
"mt-2"
>
Products
</h2>
<a
class=
"btn btn-primary"
th:href=
"@{/winebottle/add}"
th:if=
'${model.currentUser != null && model.currentUser.hasRole("ADMIN")}'
>
Add
</a>
<table
class=
"table table-striped"
>
<thead>
...
...
winery/webapp/src/main/resources/templates/winetype/index.html
View file @
5331edb9
...
...
@@ -11,7 +11,7 @@
<span
hidden
id=
"deleteUrl"
th:attr=
"data-url=@{/winetype/delete}"
></span>
<main
role=
"main"
class=
"pb-3"
>
<h2>
Wine Types
</h2>
<h2
class=
"mt-2"
>
Wine Types
</h2>
<a
class=
"btn btn-primary"
th:href=
"@{/winetype/add}"
>
Add
</a>
<table
class=
"table table-striped"
>
<thead>
...
...
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