aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-10-27 22:06:59 +0000
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:51:42 +0000
commitee39563cd04a9836e95cf40ac766e9b7c9192869 (patch)
treefd354bceca9418d2a76b910d29fd087e9dd746ff
parent589ec7410376f97d3ba293cc5606c5d5f7924f2d (diff)
downloadpatchwork-ee39563cd04a9836e95cf40ac766e9b7c9192869.tar
patchwork-ee39563cd04a9836e95cf40ac766e9b7c9192869.tar.gz
patch: Remove the permalink item
One just has to copy the URL, no real need to duplicate that fact. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r--patchwork/templates/patchwork/patch.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/patchwork/templates/patchwork/patch.html b/patchwork/templates/patchwork/patch.html
index ef257f2..b222ebe 100644
--- a/patchwork/templates/patchwork/patch.html
+++ b/patchwork/templates/patchwork/patch.html
@@ -56,10 +56,6 @@ function toggle_headers(link_id, headers_id)
{% endif %}
</td>
</tr>
- <tr>
- <th>Permalink</th>
- <td><a href="{{ patch.get_absolute_url }}">{{ patch.get_absolute_url }}</a>
- </tr>
<tr>
<th>State</th>
<td>{{ patch.state.name }}{% if patch.archived %}, archived{% endif %}</td>