Skip to content

Commit 369631c

Browse files
author
Filipa Lacerda
committed
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
2 parents b3b9817 + d90fc3b commit 369631c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/assets/javascripts/jobs/components/job_app.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,16 +240,16 @@ export default {
240240
:erased-at="job.erased_at"
241241
/>
242242

243-
<div
243+
<div
244244
v-if="job.archived"
245245
ref="sticky"
246246
class="js-archived-job prepend-top-default archived-sticky sticky-top"
247247
>
248-
<icon
248+
<icon
249249
name="lock"
250250
class="align-text-bottom"
251251
/>
252-
252+
253253
{{ __('This job is archived. Only the complete pipeline can be retried.') }}
254254
</div>
255255
<!--job log -->

0 commit comments

Comments
 (0)