X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/aaa50197ad95b7f5e3aca4293ec4f0201e0f30fc..2f3afc4b24dc428c7c746c59106473211f1196e0:/issue.mlt diff --git a/issue.mlt b/issue.mlt index 3a6cb1b..f8a7230 100644 --- a/issue.mlt +++ b/issue.mlt @@ -260,6 +260,12 @@ switch viewingIssue of | Support.PENDING => %>Pending<% | Support.CLOSED => %>Closed<% end %> +<% switch #pstamp issue of + SOME stamp => %> Changed to pending: <% stamp %> <% + end; + switch #cstamp issue of + SOME stamp => %> Closed: <% stamp %> <% + end %> <% if admin then %>