]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/history/index.mako
Added UI for working with tags
[bluechips.git] / bluechips / templates / history / index.mako
index 6cb5fb1829050f94615005a1750b1fe9d5f68c9d..08d0aa736db3516d9d32c164f9c9480a7f47363b 100644 (file)
@@ -1,11 +1,10 @@
 <%inherit file="/base.mako"/>
 
-<%def name="title()">${parent.title()} :: ${c.title}</%def>
+<h2>Tags</h2>
+${self.listTags()}
 
 <h2>Group Expenditures</h2>
-
 ${self.listExpenditures(c.expenditures)}
 
 <h2>Transfers</h2>
-
 ${self.listTransfers(c.transfers)}