Fix merge oversight.

This commit is contained in:
2025-07-02 13:26:15 +02:00
committed by Jens Luedicke
parent 6e6f1c4529
commit 6a06b8e8b1

View File

@@ -31,9 +31,9 @@
</div>
<div class="admin-card">
<h2>Time History</h2>
<p>View your complete time tracking history.</p>
<a href="{{ url_for('history') }}" class="btn btn-secondary">View History</a>
<h2>Analytics</h2>
<p>View the complete time tracking history.</p>
<a href="{{ url_for('analytics') }}" class="btn btn-secondary">View Analytics</a>
</div>
</div>
</div>