]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/status/index.mako
Display user's transactions on home page
[bluechips.git] / bluechips / templates / status / index.mako
index 9291b693069180c164d41c7343ed53b275338c93..060bd4e48471f8182da875020273e49f43700ffe 100644 (file)
     <li>${h.link_to('Expenditure for the group', h.url_for(controller='spend', action='index'))}</li>
     <li>${h.link_to('Transfer between two people', h.url_for(controller='transfer', action='index'))}</li>
 </ul>
+
+<h2>Your History</h2>
+
+${h.link_to('See all history', h.url_for(controller='history',
+                                         action='index'))}
+
+<h3>Expenditures</h3>
+
+${self.listExpenditures(c.expenditures)}
+
+<h3>Transfers</h3>
+
+${self.listTransfers(c.transfers)}