Skip to content

Commit

Permalink
Remove 'htdocs/images'
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Mendes <brunosouza@alunos.utfpr.edu.br>
Reviewed-by: Stephen Finucane <stephen@that.guru>
Closes: #40
  • Loading branch information
brnomendes authored and stephenfin committed Oct 31, 2016
1 parent 0d25296 commit 7002d22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file removed htdocs/images/16-em-cross.png
Binary file not shown.
Binary file removed htdocs/images/16-em-down.png
Binary file not shown.
9 changes: 4 additions & 5 deletions patchwork/templates/patchwork/bundles.html
Expand Up @@ -30,16 +30,15 @@ <h1>Bundles</h1>
<td style="text-align: right">{{ bundle.patches.count }}</td>
<td style="text-align: center;"><a
href="{% url 'bundle-mbox' username=bundle.owner.username bundlename=bundle.name %}"
><img src="{% static "images/16-em-down.png" %}" width="16" height="16" alt="download"
title="download"/></a></td>
><span class="glyphicon glyphicon-download-alt"></span></a></td>
<td style="text-align: center;">
<form method="post"
onsubmit="return confirm_delete('bundle', '{{bundle.name|escapejs}}');">
{% csrf_token %}
{{ bundle.delete_form.as_p }}
<input type="image"
src="{% static "images/16-em-cross.png" %}" width="16" height="16" alt="delete"
title="delete" border="0" style="border: none;"/>
<button type="submit" style="background: transparent; border: 0px; padding: 0; outline: 0;">
<span class="glyphicon glyphicon-remove"></span>
</button>
</form>
</td>

Expand Down

0 comments on commit 7002d22

Please sign in to comment.