fix(ui): remove duplicate back link from detail page, keep top-left back button
This commit is contained in:
@@ -61,7 +61,6 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<dt>所属 Profile</dt><dd>{{ postcard.profile.nickname }}</dd>
|
<dt>所属 Profile</dt><dd>{{ postcard.profile.nickname }}</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<a href="/profiles/{{ postcard.profile_id }}/postcards">← 返回列表</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user