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
Merge requests
!80
Attempt at fixing page layout
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Attempt at fixing page layout
thymeleafFix
into
development
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Attempt at fixing page layout
Otto Visser
requested to merge
thymeleafFix
into
development
Feb 16, 2021
Overview
0
Commits
2
Pipelines
0
Changes
2
What does this MR do (summary)?
Fix page layout, broken HTML
What changes have you made (detailed)?
change thymeleaf fragment/replacing of header & footer
Does this MR meet the acceptance criteria?
The main application was run to make sure the server still runs without errors.
Tests were written to verify the behaviour of this code.
Javadoc and other comments were added to make the code understandable.
The code adheres to the style guidelines.
0
0
Merge request reports
Compare
development
version 1
e9f5cfae
Feb 16, 2021
development (base)
and
latest version
latest version
13554b39
2 commits,
Feb 16, 2021
version 1
e9f5cfae
1 commit,
Feb 16, 2021
2 files
+
0
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/main/resources/templates/footer.html
+
0
−
5
View file @ 13554b39
Edit in single-file editor
Open in Web IDE
Show full file
@@ -17,14 +17,9 @@
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"
>
<div
class=
"footer_content"
>
<a
class=
"text-button"
th:href=
"@{/privacy}"
th:text=
"#{general.privacy_statement}"
></a>
</div>
</footer>
</body>
</html>
Loading