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:
parent
ebf705a20f
commit
2e9d1b882a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue