mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 03:24:11 +00:00
Add "Import posts" to base.tmpl to be consistent with /me/* nav bar
This commit is contained in:
parent
22de459a72
commit
1a3f3f0ec6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue