Fix message for commit not found
This commit is contained in:
parent
3a1b961dfa
commit
a848274c79
2 changed files with 9 additions and 2 deletions
|
@ -174,8 +174,10 @@
|
|||
{{ title }}
|
||||
</a>
|
||||
</span>
|
||||
<span v-else>
|
||||
Cant find HEAD commit for this branch
|
||||
<span
|
||||
class="flex-truncate-child"
|
||||
v-else>
|
||||
Can't find HEAD commit for this branch
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
5
changelogs/unreleased/43404-pipelines-commit.yml
Normal file
5
changelogs/unreleased/43404-pipelines-commit.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Breaks commit not found message in pipelines table
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue