06/02 Optimize app
This commit is contained in:
@@ -90,16 +90,16 @@
|
||||
<div class="d-flex gap-2 mt-3">
|
||||
<a href="{{ url_for('transactions.transfer', to_account_id=acct.id, description='Credit Card Payment — ' ~ acct.name) }}"
|
||||
class="btn btn-sm flex-fill btn-danger" style="font-size:12px;">
|
||||
<i class="bi bi-send me-1"></i>Pay Card
|
||||
<i class="bi bi-send me-1"></i>Pay
|
||||
</a>
|
||||
<a href="{{ url_for('accounts.payments', id=acct.id) }}"
|
||||
class="btn btn-sm flex-fill btn-outline-secondary" style="font-size:12px;">
|
||||
<i class="bi bi-clock-history me-1"></i>Payments
|
||||
</a>
|
||||
<a href="{{ url_for('transactions.index', tab='expense', account_id=acct.id) }}"
|
||||
class="btn btn-sm flex-fill btn-outline-secondary" style="font-size:12px;">
|
||||
<i class="bi bi-list-ul me-1"></i>Charges
|
||||
</a>
|
||||
<a href="{{ url_for('transactions.new', type='expense') }}"
|
||||
class="btn btn-sm" style="font-size:12px;background:#f1f5f9;color:#475569;border:none;" title="Add Charge">
|
||||
<i class="bi bi-plus-lg"></i>
|
||||
</a>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="d-flex gap-2 mt-3">
|
||||
|
||||
Reference in New Issue
Block a user