X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Ftemplates%2Fbase.mako;h=888255cbb085affec730b973cd462278eb439625;hb=4d724b5efd7fd7c2c38a25e9d9210fe869aa0441;hp=5e5feb038f83f7f3d66de748577b00b0de9a8504;hpb=8b1499d9b2f38ae41123d394229418acf1cbde88;p=bluechips.git diff --git a/bluechips/templates/base.mako b/bluechips/templates/base.mako index 5e5feb0..888255c 100644 --- a/bluechips/templates/base.mako +++ b/bluechips/templates/base.mako @@ -29,31 +29,31 @@ - + Dashboard - + Expense - + Transfer - + History - + User @@ -93,7 +93,6 @@ Amount My Share - % for e in es: <% @@ -109,7 +108,6 @@ ${e.amount} ${e.share(request.environ['user'])} ${h.link_to('Edit', h.url_for(controller='spend', action='edit', id=e.id))} - ${h.link_to('Delete', h.url_for(controller='spend', action='delete', id=e.id))} % endfor @@ -124,7 +122,6 @@ Description Amount - % for t in ts: <% @@ -140,7 +137,6 @@ ${t.description} ${t.amount} ${h.link_to('Edit', h.url_for(controller='transfer', action='edit', id=t.id))} - ${h.link_to('Delete', h.url_for(controller='transfer', action='delete', id=t.id))} % endfor