Fix message for commit not found

This commit is contained in:
Filipa Lacerda 2018-04-13 19:37:19 +01:00
parent 3a1b961dfa
commit a848274c79
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8
2 changed files with 9 additions and 2 deletions

View file

@ -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>

View file

@ -0,0 +1,5 @@
---
title: Breaks commit not found message in pipelines table
merge_request:
author:
type: fixed