summaryrefslogtreecommitdiff
path: root/templates/vacationpage.hamlet
blob: 1bdfeee838b7dacbda8c1197846ed081d2cbeedc (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>#{show rt}

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