add a page for tickets from gitea (#2)

Co-authored-by: Blake Ridgway <blake@blakeridgway.com>
Reviewed-on: https://git.ridgwaysystems.org/RidgwaySystems/rs_website/pulls/2
This commit is contained in:
2026-04-13 03:51:22 -05:00
parent 5bc3050dd4
commit b1feff3bbf
16 changed files with 782 additions and 12 deletions

View File

@@ -9,6 +9,21 @@
{{end}}
</div>
{{if .PlannedOutages}}
<div class="planned-outages">
<h2>Planned Maintenance</h2>
<ul class="outage-list">
{{range .PlannedOutages}}
<li class="outage-item">
<span class="outage-indicator" aria-hidden="true"></span>
<a href="{{.HTMLURL}}" class="outage-link" target="_blank" rel="noopener">{{.Title}}</a>
<span class="outage-num">#{{.Number}}</span>
</li>
{{end}}
</ul>
</div>
{{end}}
{{if .Page.Services}}
<ul class="status-list">
{{range .Page.Services}}