diff --git a/src/web/app/components/comment-box/comment-edit-form/comment-edit-form.component.html b/src/web/app/components/comment-box/comment-edit-form/comment-edit-form.component.html index 2f3edc7e40e..813c1af6c53 100755 --- a/src/web/app/components/comment-box/comment-edit-form/comment-edit-form.component.html +++ b/src/web/app/components/comment-box/comment-edit-form/comment-edit-form.component.html @@ -3,7 +3,7 @@ Your comment about the above response
- Giver: {{ response.giver }} ({{ response.giverTeam }})
+ Giver: {{ response.giver }} ({{ response.giverTeam }})
Recipient: {{ response.recipient }} ({{ response.recipientTeam }})
@@ -13,44 +13,58 @@ {{ isVisibilityTableExpanded ? "Hide" : "Show" }} Visibility Options - +
-

You may change comment's visibility using the visibility options on the right hand side.

+

You may change comment's visibility using the visibility options on the right hand + side.

- - - - + + + + - - - - - - + + + + + +
User/Group{{ commentVisibilityControl | commentVisibilityControlName }}
User/Group{{ commentVisibilityControl | + commentVisibilityControlName }}
{{ commentVisibilityType | commentVisibilityTypeName }} - -
{{ commentVisibilityType | + commentVisibilityTypeName }} + +
+ placeholderText="Enter your comment here" [isDisabled]="isDisabled">
- - - +
+ + + + + + +
\ No newline at end of file diff --git a/src/web/app/components/comment-box/comment-row/comment-row.component.html b/src/web/app/components/comment-box/comment-row/comment-row.component.html index 63bad057870..60d4497b0f3 100755 --- a/src/web/app/components/comment-box/comment-row/comment-row.component.html +++ b/src/web/app/components/comment-box/comment-row/comment-row.component.html @@ -1,16 +1,10 @@ - +
@@ -20,26 +14,33 @@ Comment by response giver. - {{ model.commentGiverName ? model.commentGiverName : model.originalComment.commentGiver }} commented at - + {{ model.commentGiverName ? model.commentGiverName : + model.originalComment.commentGiver }} commented at + {{ model.originalComment.createdAt | formatDateBrief: model.timezone! }} - + edited by {{ model.lastEditorName ? model.lastEditorName : model.originalComment.lastEditorEmail }} + [ngbTooltip]="model.originalComment.lastEditedAt | formatDateDetail: model.timezone!">edited by {{ + model.lastEditorName ? model.lastEditorName : model.originalComment.lastEditorEmail }} - +
- - + +
- + \ No newline at end of file