diff mbox

[39/46] patch: Remove the permalink item

Message ID 1415473744-31531-40-git-send-email-damien.lespiau@intel.com
State Superseded
Headers show

Commit Message

Damien Lespiau Nov. 8, 2014, 7:08 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>
---
 templates/patchwork/patch.html | 4 ----
 1 file changed, 4 deletions(-)
diff mbox

Patch

diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html
index b2096aa..6540060 100644
--- a/templates/patchwork/patch.html
+++ b/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>