Skip to content

Commit

Permalink
Fix layout a bit
Browse files Browse the repository at this point in the history
Fixed layout by moving help text
  • Loading branch information
luckow authored Sep 20, 2024
1 parent 4b61aee commit 79023a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ <h1>{{user.registered_hours_percent}}%</h1>
</td>
</tr>
<tr ng-show="user.extra.billability">
<td>Billable hours per day normalized (vacation, education, holiday, paternity leave, time off removed) <span title="Defined as billable_hours / working_days - ((hours_registered - working_hours) / user_working_hours_pr_day)" style="cursor: help;">?</span></td>
<td>Billable hours per day normalized <span title="An average normal day. Vacation, education, holiday, paternity leave, time off removed." style="cursor: help;">?</span></td>
<td>
{{user.extra.billability.hours_pr_day_normalized}} hours (raw)<br/>
{{user.extra.billability.rounded_hours_pr_day_normalized}} hours (rounded)
<b>{{user.extra.billability.rounded_hours_pr_day_normalized}} hours (rounded)</b>
</td>
</tr>
<tr ng-show="user.extra.billability">
Expand Down

0 comments on commit 79023a7

Please sign in to comment.