diff mbox

Fix typo in 'bundles' template

Message ID 20170609172856.23816-1-stephen@that.guru
State Accepted
Headers show

Commit Message

Stephen Finucane June 9, 2017, 5:28 p.m. UTC
Fixes: d1c605f ("views: Stop using Bundle.public_url")
---
 patchwork/templates/patchwork/bundles.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Finucane June 9, 2017, 5:33 p.m. UTC | #1
On Fri, 2017-06-09 at 18:28 +0100, Stephen Finucane wrote:
> Fixes: d1c605f ("views: Stop using Bundle.public_url")

I'm going to go right ahead and merge this as an obvious fix.

Stephen
diff mbox

Patch

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"