1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 15:46:23 -07:00

Fix broken links in dashboard page

This commit is contained in:
Eggbertx 2022-01-09 14:06:59 -08:00
parent e9be46b260
commit 5bebde3cf7

View file

@ -24,7 +24,7 @@
<fieldset><legend>Staff actions (role: administrator)</legend>
<ul>
{{range $a, $action := $.actions}}
{{if ne $action.Title "Dashboard"}}<li><a href="{{$.webroot}}manage?action=$action.ID">{{$action.Title}}</a> </li>{{end}}
{{if ne $action.Title "Dashboard"}}<li><a href="{{$.webroot}}manage?action={{$action.ID}}">{{$action.Title}}</a> </li>{{end}}
{{end}}
</ul>
</fieldset>