fix double "in" in time to artifact deletion

This commit is contained in:
Ben Bodenmiller 2018-07-05 13:39:29 +00:00 committed by Filipa Lacerda
parent 2510985f52
commit 7fa509b8ca
2 changed files with 7 additions and 2 deletions

View file

@ -14,8 +14,8 @@
#{time_ago_with_tooltip(@build.artifacts_expire_at)}
- elsif @build.has_expiring_artifacts?
%p.build-detail-row
The artifacts will be removed in
%span= time_ago_with_tooltip @build.artifacts_expire_at
The artifacts will be removed
#{time_ago_with_tooltip(@build.artifacts_expire_at)}
- if @build.artifacts?
.btn-group.d-flex{ role: :group }

View file

@ -0,0 +1,5 @@
---
title: Fix double "in" in time to artifact deletion message
merge_request: 20357
author: "@bbodenmiller"
type: fixed