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

Commit 5702cb3

Browse files
committed
Hook up "View on GitHub" link
1 parent 5958982 commit 5702cb3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestDetailView.xaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<StackPanel DockPanel.Dock="Top"
6767
Orientation="Vertical"
6868
Margin="8 0 0 0">
69-
69+
7070
<!-- Title -->
7171
<TextBlock Style="{DynamicResource {x:Static vsui:VsResourceKeys.TextBlockEnvironment122PercentFontSizeStyleKey}}"
7272
TextWrapping="Wrap"
@@ -99,8 +99,7 @@
9999
<StackPanel Orientation="Horizontal"
100100
Margin="0 0 0 -4"
101101
ghfvs:ScrollingVerticalStackPanel.IsFixed="true">
102-
<!-- TODO: Needs to be re-hooked up :grimacing: -->
103-
<ghfvs:GitHubActionLink Margin="0 6" Command="{Binding OpenConversation}">
102+
<ghfvs:GitHubActionLink Margin="0 6" Command="{Binding OpenOnGitHub}">
104103
View on GitHub
105104
</ghfvs:GitHubActionLink>
106105

@@ -259,7 +258,7 @@
259258
HeaderText="{Binding Files.ChangedFilesCount, StringFormat={x:Static ghfvs:Resources.ChangesCountFormat}}"
260259
Margin="0 8 10 0"
261260
ghfvs:ScrollingVerticalStackPanel.IsFixed="true"/>
262-
261+
263262
<!-- Put the changes tree outside its expander, so it can scroll horizontally
264263
while the header remains fixed -->
265264
<local:PullRequestFilesView DataContext="{Binding Files}"

0 commit comments

Comments
 (0)