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

Commit d05a0ce

Browse files
committed
Stub out comment count and view on github links
1 parent d8cf315 commit d05a0ce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,16 @@
9999
<StackPanel Orientation="Horizontal"
100100
Margin="0 0 0 -4"
101101
ghfvs:ScrollingVerticalStackPanel.IsFixed="true">
102+
<!-- TODO: Needs hook up -->
102103
<ghfvs:GitHubActionLink Margin="0 6" Command="{Binding OpenConversation}">
103-
View Conversation
104+
View on GitHub
105+
</ghfvs:GitHubActionLink>
106+
107+
<Rectangle Margin="5 0" Width="1" Height="12" VerticalAlignment="Center" Style="{DynamicResource Separator}" />
108+
109+
<!-- TODO: Needs hook up -->
110+
<ghfvs:GitHubActionLink Margin="0 6" Command="{Binding OpenConversation}">
111+
42
104112
</ghfvs:GitHubActionLink>
105113

106114
<Rectangle Margin="5 0" Width="1" Height="12" VerticalAlignment="Center" Style="{DynamicResource Separator}" />

0 commit comments

Comments
 (0)