X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Ftemplates%2Fstatus%2Findex.mako;h=060bd4e48471f8182da875020273e49f43700ffe;hb=46b297349fdb6313d34a4128caf6e5b64b57bfa8;hp=9291b693069180c164d41c7343ed53b275338c93;hpb=a87834811aead8d14d349c2a0fa7af6a4d57001d;p=bluechips.git diff --git a/bluechips/templates/status/index.mako b/bluechips/templates/status/index.mako index 9291b69..060bd4e 100644 --- a/bluechips/templates/status/index.mako +++ b/bluechips/templates/status/index.mako @@ -54,3 +54,16 @@
  • ${h.link_to('Expenditure for the group', h.url_for(controller='spend', action='index'))}
  • ${h.link_to('Transfer between two people', h.url_for(controller='transfer', action='index'))}
  • + +

    Your History

    + +${h.link_to('See all history', h.url_for(controller='history', + action='index'))} + +

    Expenditures

    + +${self.listExpenditures(c.expenditures)} + +

    Transfers

    + +${self.listTransfers(c.transfers)}