Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Submit
Commits
2bb69091
Commit
2bb69091
authored
Feb 16, 2021
by
Otto Visser
Browse files
Options
Downloads
Plain Diff
Merge branch 'thymeleafFix' into 'development'
Attempt at fixing page layout See merge request
!80
parents
4cc3d858
13554b39
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!81
Minor fixes
,
!80
Attempt at fixing page layout
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/templates/footer.html
+0
-5
0 additions, 5 deletions
src/main/resources/templates/footer.html
src/main/resources/templates/header.html
+0
-5
0 additions, 5 deletions
src/main/resources/templates/header.html
with
0 additions
and
10 deletions
src/main/resources/templates/footer.html
+
0
−
5
View file @
2bb69091
...
@@ -17,14 +17,9 @@
...
@@ -17,14 +17,9 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/-->
*/-->
<html
lang=
"en"
xmlns:th=
"http://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/thymeleaf/layout"
>
<body>
<footer
class=
"footer"
>
<footer
class=
"footer"
>
<div
class=
"footer_content"
>
<div
class=
"footer_content"
>
<a
class=
"text-button"
th:href=
"@{/privacy}"
th:text=
"#{general.privacy_statement}"
></a>
<a
class=
"text-button"
th:href=
"@{/privacy}"
th:text=
"#{general.privacy_statement}"
></a>
</div>
</div>
</footer>
</footer>
</body>
</html>
This diff is collapsed.
Click to expand it.
src/main/resources/templates/header.html
+
0
−
5
View file @
2bb69091
...
@@ -17,8 +17,6 @@
...
@@ -17,8 +17,6 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/-->
*/-->
<html
lang=
"en"
xmlns:th=
"http://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/thymeleaf/layout"
>
<body>
<header
class=
"header"
>
<header
class=
"header"
>
<div
class=
"header_content"
>
<div
class=
"header_content"
>
...
@@ -60,6 +58,3 @@
...
@@ -60,6 +58,3 @@
</header>
</header>
<div
th:replace=
"~{settings :: overlay}"
></div>
<div
th:replace=
"~{settings :: overlay}"
></div>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
sign in
to comment