diff options
| author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-11-01 14:41:51 +0100 |
|---|---|---|
| committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-11-01 14:41:51 +0100 |
| commit | 0d44b97c4a6719e2c7b8f2cddd149db6c1a7bc8d (patch) | |
| tree | 70ca58e1afdb4014851bdc8a48a8fdf195e0a62c /budget | |
| parent | 5963d7df9d231018d8739f27093a25fedc1c514d (diff) | |
| download | ihatemoney-mirror-0d44b97c4a6719e2c7b8f2cddd149db6c1a7bc8d.zip ihatemoney-mirror-0d44b97c4a6719e2c7b8f2cddd149db6c1a7bc8d.tar.gz ihatemoney-mirror-0d44b97c4a6719e2c7b8f2cddd149db6c1a7bc8d.tar.bz2 | |
Make the new bill link more visible. Fix #50.
Diffstat (limited to 'budget')
| -rw-r--r-- | budget/templates/list_bills.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index a6c68b8..b1d1c68 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -87,11 +87,12 @@ {% block content %} <div class="identifier">{{ _("The project identifier is") }} <a href="{{ url_for(".list_bills") }}">{{ g.project.id }}</a>, {{ _("remember it!") }}</div> -<a id="new-bill" href="{{ url_for(".add_bill") }}" class="primary">{{ _("Add a new bill") }}</a> + <a id="new-bill" href="{{ url_for(".add_bill") }}" class="btn primary">{{ _("Add a new bill") }}</a> + <form id="bill-form" action="{{ url_for(".add_bill") }}" method="post" style="display: none"> <a id="hide-bill-form" href="#">{{ _("hide this form") }}</a> {{ forms.add_bill(bill_form) }} -</form> + </form> {% if bills.count() > 0 %} <table class="list_bills common-table zebra-striped"> |
