diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-10-27 22:06:59 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:42 +0000 |
commit | ee39563cd04a9836e95cf40ac766e9b7c9192869 (patch) | |
tree | fd354bceca9418d2a76b910d29fd087e9dd746ff | |
parent | 589ec7410376f97d3ba293cc5606c5d5f7924f2d (diff) | |
download | patchwork-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.html | 4 |
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> |