fix double "in" in time to artifact deletion
This commit is contained in:
parent
2510985f52
commit
7fa509b8ca
2 changed files with 7 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
#{time_ago_with_tooltip(@build.artifacts_expire_at)}
|
#{time_ago_with_tooltip(@build.artifacts_expire_at)}
|
||||||
- elsif @build.has_expiring_artifacts?
|
- elsif @build.has_expiring_artifacts?
|
||||||
%p.build-detail-row
|
%p.build-detail-row
|
||||||
The artifacts will be removed in
|
The artifacts will be removed
|
||||||
%span= time_ago_with_tooltip @build.artifacts_expire_at
|
#{time_ago_with_tooltip(@build.artifacts_expire_at)}
|
||||||
|
|
||||||
- if @build.artifacts?
|
- if @build.artifacts?
|
||||||
.btn-group.d-flex{ role: :group }
|
.btn-group.d-flex{ role: :group }
|
||||||
|
|
5
changelogs/unreleased/20357.yml
Normal file
5
changelogs/unreleased/20357.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Fix double "in" in time to artifact deletion message
|
||||||
|
merge_request: 20357
|
||||||
|
author: "@bbodenmiller"
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue