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:
parent
e9be46b260
commit
5bebde3cf7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
<fieldset><legend>Staff actions (role: administrator)</legend>
|
<fieldset><legend>Staff actions (role: administrator)</legend>
|
||||||
<ul>
|
<ul>
|
||||||
{{range $a, $action := $.actions}}
|
{{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}}
|
{{end}}
|
||||||
</ul>
|
</ul>
|
||||||
</fieldset>
|
</fieldset>
|
Loading…
Add table
Add a link
Reference in a new issue