Add modal for new budget

This commit is contained in:
2017-01-19 22:37:55 +01:00
parent 725555bdc9
commit 019ffa34cd
2 changed files with 28 additions and 1 deletions

View File

@@ -18,10 +18,11 @@
</div>
{{end}}
<div class="budget-item">
<a href="budgets/new">New Budget</a>
<a data-toggle="modal" data-target="#newbudgetmodal">New Budget</a>
<span class="time"></span>
</div>
</div>
{{template "budget-new"}}
</body>
</html>
{{end}}