summaryrefslogtreecommitdiffstats
path: root/src/components/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/mod.rs')
-rw-r--r--src/components/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index 255f38a..9f7db1f 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -248,6 +248,11 @@ pub fn HTPage<'a, Children: render::Render>(
<a href={format!("/users/{}", login.user.id)}>
{hitide_icons::PERSON.img()}
</a>
+ <form method={"POST"} action={"/logout"} class={"inline"}>
+ <button type={"submit"} class={"iconbutton"}>
+ {hitide_icons::LOGOUT.img()}
+ </button>
+ </form>
</>
})
} else {