Fix display and link of Budget
This commit is contained in:
parent
b76f720156
commit
2e8f21ea8c
@ -13,7 +13,7 @@
|
||||
<div class="container col-lg-12" id="content">
|
||||
{{range .GetBudgets}}
|
||||
<div class="budget-item">
|
||||
<a href="budgets/DUTIROBDTURISNA">{{.}}</a>
|
||||
<a href="budgets/{{.ID}}">{{.Name}}</a>
|
||||
<span class="time"></span>
|
||||
</div>
|
||||
{{end}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user