summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter/template/en/default/hook/request/queue-after_column.html.tmpl
blob: 5d1c7a2bbd0fcfd37b2a0fffb9c3bc4efcbb7fd8 (plain)
1
2
3
4
5
6
7
8
[% IF column == 'attachment' && request.ispatch %]
    
  [% IF Param("splinter_base").search('\?') %]
    <a href="[% urlbase FILTER none %][% Param("splinter_base") FILTER html %]&amp;bug=[% request.bug_id FILTER uri %]&amp;attachment=[% request.attach_id FILTER uri %]">[review]</a>
  [% ELSE %]
    <a href="[% urlbase FILTER none %][% Param("splinter_base") FILTER html %]?bug=[% request.bug_id FILTER uri %]&amp;attachment=[% request.attach_id FILTER uri %]">[review]</a>
  [% END %]
[% END %]