<% if (comment.user.name && canViewUsers) { %> <% } %> <%= comment.user.name || 'Anonymous user' %> <% if (comment.user.name && canViewUsers) { %> <% } %>
<% if (comment.user.name && canViewUsers) { %> <% } %> <%= comment.user.name || 'Anonymous user' %> <% if (comment.user.name && canViewUsers) { %> <% } %> <%= util.formatRelativeTime(comment.creationTime) %> Score: <%= comment.score %> <% if (canVote) { %>vote upvote down<% } %><% if (canEditComment) { %>edit<% } %><% if (canDeleteComment) { %>delete<% } %>
<%= util.formatMarkdown(comment.text) %>