diff options
-rw-r--r-- | extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl | 2 |
1 files changed, 1 insertions, 1 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 index a5fc61cea..5ce2efeeb 100644 --- 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 @@ -1,4 +1,4 @@ -[% IF column == 'attachment' && request.ispatch %] +[% IF column == 'attachment' && request.attach_ispatch %] <a href="[% Bugzilla.splinter_review_url(request.bug_id, request.attach_id) FILTER none %]">[review]</a> [% END %] |