Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Team 5 - Smart Towns
Manage
Activity
Members
Labels
Plan
Issues
34
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rhys Evans
Team 5 - Smart Towns
Commits
02cc91de
Commit
02cc91de
authored
1 year ago
by
Connor Brock
Browse files
Options
Downloads
Patches
Plain Diff
Fixed issues with Templating issues to quickly push forward before Client meeting tommorow.
parent
19ca6aeb
No related branches found
No related tags found
2 merge requests
!38
Draft: Businesses
,
!31
Resolve "As a user, I want to see a page of local authorities so that I can easily source contact details for a variety of different local authorities."
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/templates/businesses.html
+3
-2
3 additions, 2 deletions
src/main/resources/templates/businesses.html
with
3 additions
and
2 deletions
src/main/resources/templates/businesses.html
+
3
−
2
View file @
02cc91de
<!DOCTYPE html>
<html
lang=
"en"
>
<html
xmlns:th=
"http://www.thymeleaf.org"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Businesses
</title>
<link
rel=
"stylesheet"
th:href=
"@{css/landmarkFormStyle.css}"
>
<link
rel=
"stylesheet"
th:href=
"@{css/templatingstyle.css}"
>
</head>
<header
th:insert=
"
~{/town
s/Templating.html::header
}
"
></header>
<header
th:insert=
"
fragment
s/Templating.html
::
header"
></header>
<body>
<p>
A business is an organised establishment in a professional manner in order to achieve your particular aim for owning a business.
</p>
<h3>
Future Proof Businesses
</h3>
...
...
@@ -18,5 +19,5 @@
</ul>
<button><a
href=
"/businessSub"
id=
"business"
>
Businesses please enter here
</a></button>
</body>
<
footer
th:insert=
"
~{/town
s/Templating.html::footer
}
"
></
footer
>
<
div
th:insert=
"
fragment
s/Templating.html
::
footer"
></
div
>
</html>
\ No newline at end of file
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
register
or
sign in
to comment