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

Added missing span element around time

parent d23b91b0
...@@ -16,13 +16,13 @@ ...@@ -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 }
......
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