Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 04a3b64

Browse files
committed
Restore the link with the comment time.
The `UpdatedAt` property was renamed to `CreatedAt` (as that's what .com displays here) but the binding wasn't updated.
1 parent 046054f commit 04a3b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/CommentView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
Account="{Binding Author}"/>
5757

5858
<TextBlock Foreground="{DynamicResource GitHubVsToolWindowText}" FontWeight="Bold" Text="{Binding Author.Login}" Margin="4 0"/>
59-
<ui:GitHubActionLink Content="{Binding UpdatedAt, Converter={ui:DurationToStringConverter}}"
59+
<ui:GitHubActionLink Content="{Binding CreatedAt, Converter={ui:DurationToStringConverter}}"
6060
Command="{Binding OpenOnGitHub}"
6161
Foreground="{DynamicResource GitHubVsToolWindowText}"
6262
Opacity="0.75" />

0 commit comments

Comments
 (0)