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 {
:erased-at="job.erased_at"
/>
<div
<div
v-if="job.archived"
ref="sticky"
class="js-archived-job prepend-top-default archived-sticky sticky-top"
>
<icon
<icon
name="lock"
class="align-text-bottom"
/>
{{ __('This job is archived. Only the complete pipeline can be retried.') }}
</div>
<!--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