Fixes: d1c605f ("views: Stop using Bundle.public_url")
---
 patchwork/templates/patchwork/bundles.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
2.9.4

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to