feat: move Settings/Blocked/Admin links to profile page own-account section
This commit is contained in:
@@ -34,11 +34,6 @@
|
||||
<a href="/users/{{ uid }}">Profile</a>
|
||||
<a href="/reviews/new">Add Review</a>
|
||||
<a href="/import">Import</a>
|
||||
<a href="/social/blocked">Blocked</a>
|
||||
<a href="/settings/profile">Settings</a>
|
||||
{% if ctx.is_admin %}
|
||||
<a href="/admin/blocked-domains">Admin</a>
|
||||
{% endif %}
|
||||
<a href="/logout">Logout</a>
|
||||
{% else %}
|
||||
<a href="/login">Login</a>
|
||||
|
||||
@@ -66,6 +66,14 @@
|
||||
<a href="/diary/export?format=csv">Download CSV</a>
|
||||
<a href="/diary/export?format=json">Download JSON</a>
|
||||
</section>
|
||||
<section class="profile-manage">
|
||||
<h3>Account</h3>
|
||||
<a href="/settings/profile">Profile settings</a>
|
||||
<a href="/social/blocked">Blocked users</a>
|
||||
{% if ctx.is_admin %}
|
||||
<a href="/admin/blocked-domains">Admin — blocked domains</a>
|
||||
{% endif %}
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
<div class="view-tabs">
|
||||
|
||||
Reference in New Issue
Block a user