Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clickable repo link in feed #2001

Closed
wants to merge 6 commits into from
Closed

Clickable repo link in feed #2001

wants to merge 6 commits into from

Conversation

pat-s
Copy link
Contributor

@pat-s pat-s commented Jul 15, 2023

Testing

@@ -2,7 +2,12 @@
<div v-if="pipeline" class="flex text-color w-full">
<PipelineStatusIcon :status="pipeline.status" class="flex items-center" />
<div class="flex flex-col ml-4 min-w-0">
<span class="underline">{{ repo?.owner }} / {{ repo?.name }}</span>
<a
:href="`${config.rootURL ?? ''}{{ repo?.owner }}/{{ repo?.name }}`"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use link to repoview directly (it use reoID directly)

@qwerty287 qwerty287 mentioned this pull request Sep 17, 2023
@qwerty287
Copy link
Contributor

Added in #2468

@qwerty287 qwerty287 closed this Sep 17, 2023
@qwerty287 qwerty287 deleted the clickable-feed branch September 17, 2023 07:54
qwerty287 added a commit that referenced this pull request Sep 17, 2023
- Closes #2001 
-
#2162 (comment)
- shows prettyRef for deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants