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
This commit is contained in:
Filipa Lacerda 2018-11-08 09:29:02 +00:00
commit 369631c841

View file

@ -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 -->