| 197 </a> |
197 </a> |
| 198 <c:if test="${not viewmodel.pathInfos.inProject}"> |
198 <c:if test="${not viewmodel.pathInfos.inProject}"> |
| 199 <a href="${issuesHref}${issue.id}?in_project=true" class="button"> |
199 <a href="${issuesHref}${issue.id}?in_project=true" class="button"> |
| 200 <fmt:message key="button.issue.open-in-project"/> |
200 <fmt:message key="button.issue.open-in-project"/> |
| 201 </a> |
201 </a> |
| |
202 </c:if> |
| |
203 <c:if test="${not viewmodel.assignedToAuthenticatedUser}"> |
| |
204 <a href="${issuesHref}${issue.id}/assign" class="button submit"> |
| |
205 <fmt:message key="button.issue.assign-myself"/> |
| |
206 </a> |
| 202 </c:if> |
207 </c:if> |
| 203 <c:if test="${not issue.trackingVariantStatus or empty viewmodel.openedVariant}"> |
208 <c:if test="${not issue.trackingVariantStatus or empty viewmodel.openedVariant}"> |
| 204 <c:set scope="page" var="workflowPhase" value="${issue.minimumStatusPhaseAcrossAllVariants}"/> |
209 <c:set scope="page" var="workflowPhase" value="${issue.minimumStatusPhaseAcrossAllVariants}"/> |
| 205 </c:if> |
210 </c:if> |
| 206 <c:if test="${issue.trackingVariantStatus and not empty viewmodel.openedVariant}"> |
211 <c:if test="${issue.trackingVariantStatus and not empty viewmodel.openedVariant}"> |
| 360 </c:if> |
365 </c:if> |
| 361 <c:out value="${comment.author.displayname}"/> |
366 <c:out value="${comment.author.displayname}"/> |
| 362 <c:if test="${not empty comment.author.mail}"> |
367 <c:if test="${not empty comment.author.mail}"> |
| 363 </a> |
368 </a> |
| 364 </c:if> |
369 </c:if> |
| 365 <c:if test="${comment.author.username eq pageContext.request.remoteUser}"> |
370 <c:if test="${comment.author eq viewmodel.authenticatedUser}"> |
| 366 <a class="comment-edit-icon" onclick="showCommentEditor(${comment.id})">✎</a> |
371 <a class="comment-edit-icon" onclick="showCommentEditor(${comment.id})">✎</a> |
| 367 </c:if> |
372 </c:if> |
| 368 </c:if> |
373 </c:if> |
| 369 <c:if test="${empty comment.author}"> |
374 <c:if test="${empty comment.author}"> |
| 370 <fmt:message key="issue.comments.anonauthor"/> |
375 <fmt:message key="issue.comments.anonauthor"/> |