diff mbox

[36/51] patch: Remove the permalink item

Message ID 1440440620-25937-37-git-send-email-damien.lespiau@intel.com
State Changes Requested
Headers show

Commit Message

Damien Lespiau Aug. 24, 2015, 6:23 p.m. UTC
One just has to copy the URL, no real need to duplicate that fact.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 patchwork/templates/patchwork/patch.html | 4 ----
 1 file changed, 4 deletions(-)

Comments

Stephen Finucane Sept. 10, 2015, 4:15 p.m. UTC | #1
> One just has to copy the URL, no real need to duplicate that fact.

> 

> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>


Are you sure people don't use this? I'm acking because I don't, but this might be contentious.

Acked-by: Stephen Finucane <stephen.finucane@intel.com>|
diff mbox

Patch

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>