# queries: array of hashes containing:
# bugs: array containing hashes of fieldnames->values for each bug
# title: the title given in the whine scheduling mechanism
+ # name: the name of the query
# author: user object for the person who scheduled this whine
# recipient: user object for the intended recipient of the message
#%]
</tr>
[% END %]
</table>
+
+ <p align="left">
+ <a href="[% urlbase FILTER html %]buglist.cgi?cmdtype=runnamed&namedcmd=[% query.name FILTER uri %]">View as [% terms.bug %] list</a>
+ </p>
[% END %]
[% ELSE %]
# queries: array of hashes containing:
# bugs: array containing hashes of fieldnames->values for each bug
# title: the title given in the whine scheduling mechanism
+ # name: the name of the query
# author: user object for the person who scheduled this whine
# recipient: user object for the intended recipient of the message
#%]
Summary: [% bug.short_desc %]
[% END %]
-
+View as [% terms.bug %] list: [% urlbase %]buglist.cgi?cmdtype=runnamed&namedcmd=[% query.name FILTER uri %]
[% END %]
[% ELSE %]
# - queries array of hashes containing:
# - bugs: array of hashes mapping fieldnames to values for this bug
# - title: text title given to this query in the whine event
+# - name: text name of this query
# - schedule_id integer id of the schedule being run
# - subject Subject line for the message
# - recipient user object for the recipient