Commit 369631c8 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'sh-strip-trailing-whitespace-job-app-vue' into 'master'

Strip trailing whitespace in job_app.vue

See merge request gitlab-org/gitlab-ce!22897
parents b3b9817e d90fc3b7
...@@ -240,16 +240,16 @@ export default { ...@@ -240,16 +240,16 @@ export default {
:erased-at="job.erased_at" :erased-at="job.erased_at"
/> />
<div <div
v-if="job.archived" v-if="job.archived"
ref="sticky" ref="sticky"
class="js-archived-job prepend-top-default archived-sticky sticky-top" class="js-archived-job prepend-top-default archived-sticky sticky-top"
> >
<icon <icon
name="lock" name="lock"
class="align-text-bottom" class="align-text-bottom"
/> />
{{ __('This job is archived. Only the complete pipeline can be retried.') }} {{ __('This job is archived. Only the complete pipeline can be retried.') }}
</div> </div>
<!--job log --> <!--job log -->
......
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