X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Ftemplates%2Fbase.mako;h=b45b8ef6d943bdb930b4c22a875908f654727611;hb=af61c97ad62d6fbc84e90dd0252c09b879780f79;hp=e44a9ee148441d25e668f784c9d19de33091e955;hpb=e3fd3217b9b493429000cab90a75d8e069ac572f;p=bluechips.git diff --git a/bluechips/templates/base.mako b/bluechips/templates/base.mako index e44a9ee..b45b8ef 100644 --- a/bluechips/templates/base.mako +++ b/bluechips/templates/base.mako @@ -88,6 +88,7 @@ Amount My Share + % for e in es: <% @@ -103,6 +104,7 @@ ${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 @@ -117,6 +119,7 @@ Description Amount + % for t in ts: <% @@ -132,6 +135,7 @@ ${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