Commit 9281709b authored by Phil Hughes's avatar Phil Hughes

Added missing span element around time

parent d23b91b0
......@@ -16,13 +16,13 @@
.title
Build artifacts
- if @build.artifacts_expired?
%p
%p.build-detail-row
The artifacts were removed
#{time_ago_with_tooltip(@build.artifacts_expire_at)}
- elsif @build.artifacts_expire_at
%p
%p.build-detail-row
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?
.btn-group.btn-group-justified{ role: :group }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment