summaryrefslogtreecommitdiff
path: root/templates/vacationpage.hamlet
blob: a0121bbdf1e8a615a28b0767cf05adbffd28cc89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>#{username}

<table>
  <tr>
    <th>Activity
    <th>Balance
  $forall (s,rt) <- transacts
    <tr .vacentry>
      <td .activity>#{s}
      <td .balance>#{fmtHours rt}

<p>
  <a href=@{UserR cid}>Time entry page