06/06 Optimize app
This commit is contained in:
@@ -316,20 +316,6 @@
|
||||
{% endif %}
|
||||
</span>
|
||||
</a>
|
||||
<a
|
||||
href="{{ url_for('transactions.new', type='income') }}"
|
||||
class="sb-link"
|
||||
>
|
||||
<i class="bi bi-arrow-down-circle"></i
|
||||
><span class="lt">Add Income</span>
|
||||
</a>
|
||||
<a
|
||||
href="{{ url_for('transactions.new', type='expense') }}"
|
||||
class="sb-link"
|
||||
>
|
||||
<i class="bi bi-arrow-up-circle"></i
|
||||
><span class="lt">Add Expense</span>
|
||||
</a>
|
||||
<a
|
||||
href="{{ url_for('accounts.index') }}"
|
||||
class="sb-link {% if request.blueprint == 'accounts' %}active{% endif %}"
|
||||
|
||||
Reference in New Issue
Block a user