06/03 Optimize codes, fix Schwab Account
This commit is contained in:
@@ -57,7 +57,14 @@
|
||||
<i class="bi bi-graph-up-arrow text-muted" style="font-size:3rem;"></i>
|
||||
<h5 class="mt-3 mb-1">No investments yet</h5>
|
||||
<p class="text-muted small mb-3">Track stocks, ETFs, crypto, real estate, and more.</p>
|
||||
<a href="{{ url_for('investments.new') }}" class="btn btn-primary btn-sm">Add First Holding</a>
|
||||
<div class="d-flex gap-2 justify-content-center flex-wrap">
|
||||
<a href="{{ url_for('investments.new') }}" class="btn btn-primary btn-sm">
|
||||
<i class="bi bi-plus-lg me-1"></i>Add Holding
|
||||
</a>
|
||||
<a href="{{ url_for('schwab.index') }}" class="btn btn-outline-secondary btn-sm">
|
||||
<i class="bi bi-bank2 me-1"></i>Sync from Schwab
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user