perf/remove open in new tab
This commit is contained in:
parent
603bbff5ae
commit
bfc9f05b7c
1 changed files with 2 additions and 2 deletions
|
@ -79,10 +79,10 @@
|
||||||
<div class="action-bar">
|
<div class="action-bar">
|
||||||
{% if toot.is_myself %}
|
{% if toot.is_myself %}
|
||||||
<span><i class="fa-solid fa-satellite-dish"></i><a href="{{ url_for('grab', toot_id=toot.id) }}"
|
<span><i class="fa-solid fa-satellite-dish"></i><a href="{{ url_for('grab', toot_id=toot.id) }}"
|
||||||
target=" _blank">抓取回复</a></span>
|
>抓取回复</a></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span><i class="fa-solid fa-up-right-and-down-left-from-center"></i><a
|
<span><i class="fa-solid fa-up-right-and-down-left-from-center"></i><a
|
||||||
href="{{ url_for('context', toot_id=toot.id) }}" target=" _blank">上下文</a></span>
|
href="{{ url_for('context', toot_id=toot.id) }}" >上下文</a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue