<%= author.name %>
<%= date.toTimeString() %>
<%= date.toDateString() %>
<% if (status === 'testing') { %>
Testing (view log)
<% } %> <% if (status === 'approved') { %>
Approved (view log)
<% } %>
Description:
<%= message %>
Download
<% if (true /*user.admin*/) { %> Approve
Discard
<% } %>
<% changes.forEach(function(change){ %> <% }) %>
Action Name Path Groups Remote Revision
<%= change.action %> <%= change.project.name %> <% if (change.original && change.project.path != change.original.path) { %> <%= change.project.path?change.project.path:"removed" %> <% } else { %> <%= change.project.path?change.project.path:"" %> <% } %> <% if (change.original && change.project.groups != change.original.groups) { %> <%= change.project.groups?change.project.groups:"removed" %> <% } else { %> <%= change.project.groups?change.project.groups:"" %> <% } %> <% if (change.original && change.project.remote != change.original.remote) { %> <%= change.project.remote?change.project.remote:"removed" %> <% } else { %> <%= change.project.remote?change.project.remote:"" %> <% } %> <% if (change.original && change.project.revision != change.original.revision) { %> <%= change.project.revision?change.project.revision:"removed" %> <% } else { %> <%= change.project.revision?change.project.revision:"" %> <% } %>