moved the report button
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<h1 id="visible-month">Calendar</h1>
|
||||
</div>
|
||||
<div class="header-actions">
|
||||
<a class="report-button" href="{{ url_for('report') }}">Report</a>
|
||||
<button class="today-button" data-today-button type="button">Today</button>
|
||||
<form action="{{ url_for('logout') }}" method="post">
|
||||
<button class="logout-button" type="submit" aria-label="Sign out">Sign out</button>
|
||||
@@ -25,9 +26,6 @@
|
||||
|
||||
<section class="detail-panel" aria-live="polite">
|
||||
<p id="selected-date" class="selected-date">Tap a day</p>
|
||||
<div class="report-row">
|
||||
<a class="report-button" href="{{ url_for('report') }}">Report</a>
|
||||
</div>
|
||||
<div id="amount-controls" class="amount-controls" hidden>
|
||||
<div class="status-options" aria-label="Choose day status">
|
||||
<button type="button" data-status="worked">Worked</button>
|
||||
|
||||
Reference in New Issue
Block a user