Commit d90fc3b7 authored by Stan Hu's avatar Stan Hu

Strip trailing whitespace in job_app.vue

This caused unnecessary conflicts in EE.
parent bef19a29
...@@ -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