Skip to content

Commit

Permalink
uncomment the single reply line
Browse files Browse the repository at this point in the history
  • Loading branch information
ychae committed Oct 5, 2019
1 parent 919ce50 commit d5a9d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h3 matLine>{{ thread.title }}</h3>
<h3 matLine matTooltip="{{ thread.updatedAt || thread.createdAt | dateAndTime }}">
{{ thread.updatedAt || thread.createdAt | date: 'shortTime' }}</h3>
<div class="app-thread-preview-contributor-list">
<!-- <div *ngIf="numReplies == 1" class="app-thread-header-metadata">{{ numReplies }} reply</div> -->
<div *ngIf="numReplies == 1" class="app-thread-header-metadata">{{ numReplies }} reply</div>
<div *ngIf="numReplies > 1" class="app-thread-header-metadata">{{ numReplies }} replies</div>
<div class="app-thread-header-metadata-contributor">
<user-avatar class="app-thread-preview-contributor-avatar" [user]="thread.createdBy"
Expand Down

0 comments on commit d5a9d6a

Please sign in to comment.