summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-06-09 18:28:42 +0100
committerStephen Finucane <stephen@that.guru>2017-06-09 18:35:34 +0100
commit92a2a0a105471108fc22d7a21376692964e91edd (patch)
tree24998e9719850464618c965b14ecf5cdd41c1f0b
parentbd79f00a7bdcb5d9ad10dfd0828c0ac8b1f803d6 (diff)
downloadpatchwork-92a2a0a105471108fc22d7a21376692964e91edd.tar
patchwork-92a2a0a105471108fc22d7a21376692964e91edd.tar.gz
Fix typo in 'bundles' template
Fixes: d1c605f ("views: Stop using Bundle.public_url")
-rw-r--r--patchwork/templates/patchwork/bundles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchwork/templates/patchwork/bundles.html b/patchwork/templates/patchwork/bundles.html
index de76966..749aaed 100644
--- a/patchwork/templates/patchwork/bundles.html
+++ b/patchwork/templates/patchwork/bundles.html
@@ -34,7 +34,7 @@
{% endif %}
</td>
<td style="text-align: right">{{ bundle.patches.count }}</td>
- <td style="text-align: center;"><ahref="{{ bundle.get_mbox_url }}"
+ <td style="text-align: center;"><a href="{{ bundle.get_mbox_url }}"
><span class="glyphicon glyphicon-download-alt"></span></a></td>
<td style="text-align: center;">
<form method="post"