Skip to content
Snippets Groups Projects
Commit 7fa509b8 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Filipa Lacerda
Browse files

fix double "in" in time to artifact deletion

parent 2510985f
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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 }
Loading
Loading
---
title: Fix double "in" in time to artifact deletion message
merge_request: 20357
author: "@bbodenmiller"
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment