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
c988cdd2
Commit
c988cdd2
authored
1 year ago
by
Rhys Nute
Browse files
Options
Downloads
Patches
Plain Diff
added local authorities page
parent
ae7e0dd5
No related branches found
Branches containing commit
No related tags found
4 merge requests
!39
Draft: Towns
,
!38
Draft: Businesses
,
!35
Draft: Towns
,
!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/towns/local-authorities.html
+9
-1
9 additions, 1 deletion
src/main/resources/templates/towns/local-authorities.html
with
9 additions
and
1 deletion
src/main/resources/templates/towns/local-authorities.html
+
9
−
1
View file @
c988cdd2
...
...
@@ -3,11 +3,19 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
Local Authorities
</title>
<link
rel=
"stylesheet"
th:
href=
"
@{
/css/templatingstyle.css
}
"
>
<link
rel=
"stylesheet"
href=
"
../../static
/css/templatingstyle.css"
>
</head>
<header
th:insert=
"~{/towns/Templating.html::header}"
></header>
<body>
<h1>
Local Authorities
</h1>
<div
id=
"councils"
>
<p>
Caerphilly County Borough Council,
<br>
Tredomen Park,
<br>
Ystrad Mynach,
<br>
Hengoed,
<br>
CF82 7PG
</p>
<a
href=
"https://www.caerphilly.gov.uk/main.aspx?lang=en-GB"
>
Caerphilly County Borough Council Website
</a>
<p>
Risca Town Council,
<br>
Risca Palace Library,
<br>
Unit B,
<br>
75 Tredegar Street,
<br>
Risca,
<br>
NP11 6BW
</p>
<a
href=
"https://www.riscatowncouncil.org.uk/"
>
Risca Town Council Website
</a>
<p>
Penarth Town Council West House,
<br>
Stanwell Road,
<br>
Penarth,
<br>
CF64 2YG
</p>
<a
href=
"https://www.penarthtowncouncil.gov.uk/your-council/"
>
Penarth Town Council Website
</a>
</div>
<footer
th:insert=
"~{/towns/Templating.html::footer}"
></footer>
</body>
</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