Skip to content

Commit

Permalink
Change delete bill logo in accordance with spiral-project#67.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinmn committed Nov 20, 2011
1 parent ebf705a commit 2e9d1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion budget/templates/list_bills.html
Expand Up @@ -165,7 +165,7 @@ <h2>{{ _("Balance") }}</h2>
<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>
Expand Down

0 comments on commit 2e9d1b8

Please sign in to comment.