Add transaction detail view
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
{{end}}
|
||||
</td>
|
||||
<td>
|
||||
<a href="transaction/{{.ID}}">{{.Memo}}</a>
|
||||
<a href="/budget/{{$.Budget.ID}}/transaction/{{.ID}}">{{.Memo}}</a>
|
||||
</td>
|
||||
{{template "amount-cell" .Amount}}
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user