feat(ui): add back button left of card number on detail page
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
{% block title %}明信片详情 - 明信片管理器{% endblock %}
|
||||
{% block content %}
|
||||
<div class="section-header">
|
||||
<h1>{{ postcard.card_number }}</h1>
|
||||
<div class="detail-title-row">
|
||||
<a href="/profiles/{{ postcard.profile_id }}/postcards" class="btn btn-back">←</a>
|
||||
<h1>{{ postcard.card_number }}</h1>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/postcards/{{ postcard.id }}/edit" class="btn">编辑</a>
|
||||
{% if postcard.status == 'sent' %}
|
||||
|
||||
Reference in New Issue
Block a user