Commit ee5c4229 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'jivanvl-change-order-job-table-columns' into 'master'

Change the column order in the jobs table

See merge request gitlab-org/gitlab!67071
parents 9aa0cc42 8ca06871
......@@ -12,12 +12,15 @@
%td.status
= render "ci/status/badge", status: job.detailed_status(current_user), title: job.status_title
%td.branch-commit.cgray
%td
- if can?(current_user, :read_build, job)
= link_to project_job_path(job.project, job) do
%span.build-link ##{job.id}
= link_to job.name, project_job_path(job.project, job), class: 'gl-text-blue-600!'
- else
%span.build-link ##{job.id}
%span.gl-text-blue-600!
= job.name
%td.branch-commit.gl-text-gray-900
%span.build-link ##{job.id}
- if ref
- if job.ref
......@@ -78,9 +81,6 @@
%td
= job.stage
%td
= job.name
%td
- if job.duration
%p.duration
......
......@@ -21,13 +21,13 @@
%thead
%tr
%th Status
%th Name
%th Job
%th Pipeline
- if admin
%th Project
%th Runner
%th Stage
%th Name
%th Duration
%th Coverage
%th
......
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