mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
description node for changes in pr treeview.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user