add account page
This commit is contained in:
parent
e4498a64a9
commit
69677f5e1b
5 changed files with 129 additions and 22 deletions
|
|
@ -45,6 +45,7 @@ let render_unsafe ~title ~content request =
|
|||
<%s! nick %>
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-dark dropdown-menu-end" aria-labelledby="navbarDarkDropdownMenuLink">
|
||||
<li><a class="dropdown-item" href="/account">Account</a></li>
|
||||
<li><a class="dropdown-item" href="/profile">Your profile</a></li>
|
||||
<li><a class="dropdown-item" href="/logout">Sign out</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue