diff --git a/site/style.css b/site/style.css index 16accc3..ff27654 100644 --- a/site/style.css +++ b/site/style.css @@ -62,6 +62,13 @@ table td.even_until { text-align: center; } +table.history p { + margin:0; +} +table.history p.linked-credit { + font-size: smaller; +} + dl dd + dt { border-top: 1px solid lightgrey; margin-top: 1em; diff --git a/templates/account/history.html.ep b/templates/account/history.html.ep index cbb9da4..b7addb1 100644 --- a/templates/account/history.html.ep +++ b/templates/account/history.html.ep @@ -2,16 +2,22 @@
Reverse ordered list:
-Timestamp | Purpose (own/other/debit) | debit | credit | note |
---|
Timestamp | Purpose (own/other/debit) | debit | credit | |
---|---|---|---|---|
<%= $hr->date %> |
-% my $this = $hr->this_credit;
-On <%= <%= $this->credId %>: <%== nl2br $this->purpose %> % my $that = $hr->that_credit; -With <%= $that->account->ID %>/<%= <%= $that->credId %>: <%== nl2br $that->purpose %> -Pay <%= $hr->billId %>: <%== nl2br $hr->purpose %> - | <%== money $hr->debit %> | <%== money $hr->credit %> | <%= $hr->note %> | <%== money $hr->debit %> | <%== money $hr->credit %> | % }