aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.html
diff options
context:
space:
mode:
authorTinmn <royque@gmail.com>2011-11-20 16:43:03 +0100
committerTinmn <royque@gmail.com>2011-11-20 16:43:03 +0100
commit2e9d1b882a0057d7a44a65e42e719880c0d0b349 (patch)
tree4ec535c61930b95ffdf3d20f26b13eb3d93e14a6 /budget/templates/list_bills.html
parentebf705a20f992e681e5eb9c891cae6542d6133f6 (diff)
downloadihatemoney-mirror-2e9d1b882a0057d7a44a65e42e719880c0d0b349.zip
ihatemoney-mirror-2e9d1b882a0057d7a44a65e42e719880c0d0b349.tar.gz
ihatemoney-mirror-2e9d1b882a0057d7a44a65e42e719880c0d0b349.tar.bz2
Change delete bill logo in accordance with #67.
Diffstat (limited to 'budget/templates/list_bills.html')
-rw-r--r--budget/templates/list_bills.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 74923e2..b6fd991 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -165,7 +165,7 @@
<img src="{{ url_for("static", filename="pen.png") }}" />
</a>
<a class="delete" href="{{ url_for(".delete_bill", bill_id=bill.id) }}" title="{{ _("delete") }}">
- <img src="{{ url_for("static", filename="scissors.png") }}" />
+ <img src="{{ url_for("static", filename="delete.png") }}" />
</a>
</td>
</tr>