Added title for logout
This commit is contained in:
parent
d07b1d4dba
commit
991306c726
|
@ -14,7 +14,7 @@
|
||||||
<div style="flex-grow: 1;"></div>
|
<div style="flex-grow: 1;"></div>
|
||||||
{{ if .Auth }}
|
{{ if .Auth }}
|
||||||
<form action="/deauth" method="post">
|
<form action="/deauth" method="post">
|
||||||
<input type="submit" value="⏻">
|
<input type="submit" value="⏻" title="Logout">
|
||||||
</form>
|
</form>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user