summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl')
-rw-r--r--extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl b/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl
new file mode 100644
index 000000000..a5fc61cea
--- /dev/null
+++ b/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl
@@ -0,0 +1,4 @@
+[% IF column == 'attachment' && request.ispatch %]
+  
+ <a href="[% Bugzilla.splinter_review_url(request.bug_id, request.attach_id) FILTER none %]">[review]</a>
+[% END %]