Skip to content
Snippets Groups Projects
Commit 9281709b authored by Phil Hughes's avatar Phil Hughes
Browse files

Added missing span element around time

parent d23b91b0
No related branches found
No related tags found
No related merge requests found
Loading
@@ -16,13 +16,13 @@
Loading
@@ -16,13 +16,13 @@
.title .title
Build artifacts Build artifacts
- if @build.artifacts_expired? - if @build.artifacts_expired?
%p %p.build-detail-row
The artifacts were removed The artifacts were removed
#{time_ago_with_tooltip(@build.artifacts_expire_at)} #{time_ago_with_tooltip(@build.artifacts_expire_at)}
- elsif @build.artifacts_expire_at - elsif @build.artifacts_expire_at
%p %p.build-detail-row
The artifacts will be removed in The artifacts will be removed in
#{time_ago_with_tooltip(@build.artifacts_expire_at)} %span.js-artifacts-remove= @build.artifacts_expire_at
   
- if @build.artifacts? - if @build.artifacts?
.btn-group.btn-group-justified{ role: :group } .btn-group.btn-group-justified{ role: :group }
Loading
Loading
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