Browse Source

Add "Import posts" to base.tmpl to be consistent with /me/* nav bar

pull/878/head
Big Squirrel 2 months ago
committed by GitHub
parent
commit
1a3f3f0ec6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      templates/base.tmpl

+ 1
- 0
templates/base.tmpl View File

@@ -28,6 +28,7 @@
<ul><li class="has-submenu"><a>{{.Username}}</a> <img class="ic-18dp" src="/img/ic_down_arrow_dark@2x.png" /><ul>
{{if .IsAdmin}}<li><a href="/admin">Admin dashboard</a></li>{{end}}
<li><a href="/me/settings">Account settings</a></li>
<li><a href="/me/import">Import posts</a></li>
<li><a href="/me/export">Export</a></li>
{{if .CanInvite}}<li><a href="/me/invites">Invite people</a></li>{{end}}
<li class="separator"><hr /></li>


Loading…
Cancel
Save