pie chart next to logbook
This commit is contained in:
@@ -294,11 +294,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<div class="brand">
|
||||
<a href="{{ url_for('index') }}" class="brand" style="text-decoration: none;">
|
||||
<!-- Simple SVG Icon -->
|
||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>
|
||||
OpenTimeTracker
|
||||
</div>
|
||||
</a>
|
||||
<div>
|
||||
{% if session.user_id %}
|
||||
<a href="{{ url_for('index') }}">Tracker</a>
|
||||
|
||||
Reference in New Issue
Block a user