aboutsummaryrefslogtreecommitdiff
path: root/static/main.html
diff options
context:
space:
mode:
authorFChannel <=>2021-02-03 23:50:10 -0800
committerFChannel <=>2021-02-03 23:50:10 -0800
commitf6eecc720abaefb954fda9a26aab78bb1d706ba4 (patch)
tree6dcf0b4025943309f0d5bc63d71e358f2653d787 /static/main.html
parent3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 (diff)
sorted board list
Diffstat (limited to 'static/main.html')
-rw-r--r--static/main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.html b/static/main.html
index 59852ed..7d5d236 100644
--- a/static/main.html
+++ b/static/main.html
@@ -67,7 +67,7 @@
{{end}}
</ul>
{{ if .Board.ModCred }}
- {{ if eq .Board.ModCred .Board.Domain .Board.Actor }}
+ {{ if eq .Board.ModCred .Board.Domain .Board.Actor.Id }}
<span style="float: right;"><a href="/{{ .Key }}/{{ .Board.Name }}">[Manage Board]</a></span>
{{ end }}
{{ end }}