1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Change delete bill logo in accordance with #67.

This commit is contained in:
Tinmn 2011-11-20 16:43:03 +01:00
parent ebf705a20f
commit 2e9d1b882a

View file

@ -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>