reply on my own status
This commit is contained in:
parent
62da2aeba6
commit
97921fae8d
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,6 @@
|
||||||
{% if session.logged_in %}
|
{% if session.logged_in %}
|
||||||
{% if ui%}
|
{% if ui%}
|
||||||
|
|
||||||
<a class="bar-item" href="/admin/new?reply={{ aid }}">reply</a>
|
|
||||||
{% if meta.boosted %}
|
{% if meta.boosted %}
|
||||||
<form action="/api/undo" class="action-form" method="POST">
|
<form action="/api/undo" class="action-form" method="POST">
|
||||||
<input type="hidden" name="redirect" value="{{ redir }}">
|
<input type="hidden" name="redirect" value="{{ redir }}">
|
||||||
|
@ -195,6 +194,7 @@
|
||||||
<button type="submit" class="bar-item">block</button>
|
<button type="submit" class="bar-item">block</button>
|
||||||
</form>
|
</form>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<a class="bar-item" href="/admin/new?reply={{ aid }}">reply</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue