diff options
-rw-r--r-- | app/views/projects/pipelines/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml index e1c983e1679..2d1df095bfa 100644 --- a/app/views/projects/pipelines/index.html.haml +++ b/app/views/projects/pipelines/index.html.haml @@ -48,7 +48,7 @@ %th.col-xs-1.col-sm-1 Status %th.col-xs-2.col-sm-4 Pipeline %th.col-xs-2.col-sm-2 Stages - %th.col-xs-2.col-sm-2.commit-message + %th.col-xs-2.col-sm-2 %th.hidden-xs.col-sm-3 = render @pipelines, commit_sha: true, stage: true, allow_retry: true, stages: stages |