From c60cce7d4f4f175ddf723d9def271ad9a964034a Mon Sep 17 00:00:00 2001
From: David Lawrence <dlawrence@mozilla.com>
Date: Sat, 4 May 2013 14:46:20 -0400
Subject: Bug 654833 - New hook to add additional attachment action links to
 the attachment details page r/a=mkanat

---
 template/en/default/attachment/edit.html.tmpl | 1 +
 1 file changed, 1 insertion(+)

(limited to 'template/en/default')

diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index f9657b647..fbe3a9c79 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -290,6 +290,7 @@
         && attachment.datasize > 0 %]
     | <a href="attachment.cgi?id=[% attachment.id %]&amp;action=delete">Delete</a>
   [% END %]
+  [% Hook.process('action') %]
 </div>
 
 <div id="attachment_list">
-- 
cgit v1.2.3-24-g4f1b