description node for changes in pr treeview.

This commit is contained in:
Peng Lyu
2018-05-21 10:51:00 -07:00
parent 75a6aecfe2
commit a857fd580a
4 changed files with 23 additions and 13 deletions

View File

@@ -179,7 +179,7 @@ export function renderReview(timelineEvent: ReviewEvent): string {
<div class="review-comment" tabindex="0" role="treeitem">
<div class="review-comment-contents">
<div class="review">
<strong><a href="${timelineEvent.html_url}">${timelineEvent.user.login} left a review </a></strong><span></span>
<strong>${timelineEvent.user.login} left a <a href="${timelineEvent.html_url}">review </a></strong><span></span>
<div class="timestamp">${moment(timelineEvent.submitted_at).fromNow()}</div>
</div>
</div>