Simple usability improvement.

Signed-off-by: Stephen Finucane <[email protected]>
Cc: Daniel Axtens <[email protected]>
---
 patchwork/templates/patchwork/bundles.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/patchwork/templates/patchwork/bundles.html 
b/patchwork/templates/patchwork/bundles.html
index 61a13ea..de76966 100644
--- a/patchwork/templates/patchwork/bundles.html
+++ b/patchwork/templates/patchwork/bundles.html
@@ -21,7 +21,11 @@
 {% for bundle in bundles %}
  <tr>
   <td><a href="{{ bundle.get_absolute_url }}">{{ bundle.name }}</a></td>
-  <td>{{ bundle.project.linkname }}</td>
+  <td>
+   <a href="{% url 'project-detail' project_id=bundle.project.linkname %}">
+    {{ bundle.project.linkname }}
+   </a>
+  </td>
   <td style="text-align: center;">
    {% if bundle.public %}
     <span class="glyphicon glyphicon-ok"></span>
-- 
2.9.3

_______________________________________________
Patchwork mailing list
[email protected]
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to