Link to accounts view from sidebar
This commit is contained in:
parent
f103cfe3e3
commit
674028d394
@ -2,7 +2,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Budget (Coming Soon)</li>
|
<li>Budget (Coming Soon)</li>
|
||||||
<li>Reports (Coming Soon)</li>
|
<li>Reports (Coming Soon)</li>
|
||||||
<li>All Accounts</li>
|
<li><a href="/budget/{{.Budget.ID}}/accounts">All Accounts</a></li>
|
||||||
<li>
|
<li>
|
||||||
On-Budget Accounts
|
On-Budget Accounts
|
||||||
<ul class="two-valued">
|
<ul class="two-valued">
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
{{define "main"}}
|
{{define "main"}}
|
||||||
<div class="container"><a href="/budget/{{.Budget.ID}}/accounts">Go to Accounts</a></div>
|
|
||||||
<div class="budget-item">
|
<div class="budget-item">
|
||||||
<a href="#newtransactionmodal" data-toggle="modal" data-target="#newtransactionmodal">New Transaction</a>
|
<a href="#newtransactionmodal" data-toggle="modal" data-target="#newtransactionmodal">New Transaction</a>
|
||||||
<span class="time"></span>
|
<span class="time"></span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user