summaryrefslogtreecommitdiffstats
path: root/ui/html/pages/operations
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-02-12 17:16:41 +0000
committerMatthew Lemon <y@yulqen.org>2024-02-12 17:16:41 +0000
commitb7aafa9179ad54049d47d7dae76c9be2cb5b93a5 (patch)
treed0a403e98a2e1488413f8458d8b465aa050dee8e /ui/html/pages/operations
parent4195d89d3f56d463fd5eb751a580e7e57f3e82a3 (diff)
More styling - reverted from gray background
Have moved to white background and given the whole content a padding on the left and right. Have commented out the table width styling for now as it's now required but want to leave it in there for the forseeable as I'm sure I will come back to it.
Diffstat (limited to 'ui/html/pages/operations')
-rw-r--r--ui/html/pages/operations/list.tmpl.html22
1 files changed, 12 insertions, 10 deletions
diff --git a/ui/html/pages/operations/list.tmpl.html b/ui/html/pages/operations/list.tmpl.html
index 1bc570b..eac3325 100644
--- a/ui/html/pages/operations/list.tmpl.html
+++ b/ui/html/pages/operations/list.tmpl.html
@@ -1,5 +1,6 @@
{{ define "title" }}Operations{{end}}
+
{{ define "main" }}
<h3>Operations <span><a href="#" class="admin-link">[Admin]</a></span></h3>
@@ -32,16 +33,16 @@ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
<td><a href="#">EP 2024</a></td>
<td>
{{if .EngagementStrategies}}
- <ul>
- {{range .EngagementStrategies}}
- <li class="table-list">
- <a href="#">{{.FormatForTable }}</a>
- </li>
- {{end}}
-
- </ul>
+ <ul>
+ {{range .EngagementStrategies}}
+ <li class="table-list">
+ <a href="#">{{.FormatForTable }}</a>
+ </li>
+ {{end}}
+
+ </ul>
{{else}}
- NA
+ NA
{{end}}
</td>
<td><a href="#">Link</a></td>
@@ -50,7 +51,8 @@ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
</tbody>
</table>
{{else}}
- <p>There are no operations.</p>
+<p>There are no operations.</p>
{{end}}
{{ end }}
+