]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch.html
Make the submitter name link to a query for that submitter
[patchwork] / templates / patchwork / patch.html
index c04e32b4dda26bb5956fffed5f4c380a12002222..be831e9c31f551d429d27333556199d0b8fbac32 100644 (file)
@@ -30,7 +30,7 @@ function toggle_headers(link_id, headers_id)
 <table class="patchmeta">
  <tr>
   <th>Submitter</th>
-  <td>{{ patch.submitter|personify }}</td>
+  <td>{{ patch.submitter|personify:project }}</td>
  </tr>
  <tr>
   <th>Date</th>
@@ -179,7 +179,7 @@ function toggle_headers(link_id, headers_id)
 <h2>Comments</h2>
 {% for comment in patch.comments %}
 <div class="comment">
-<div class="meta">{{ comment.submitter|personify }} - {{comment.date}}</div>
+<div class="meta">{{ comment.submitter|personify:project }} - {{comment.date}}</div>
 <pre class="content">
 {{ comment|commentsyntax }}
 </pre>