diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-10-05 10:15:05 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-10-05 10:15:05 +0100 |
commit | 8e3e1ea0a4111fbbf8f91946f67519116fb633f3 (patch) | |
tree | 9ac9ac3a8f4cb1439ded9a55aa1e4d814b707e81 | |
parent | 2a0c6e8a86823544c08183cb5ba0ced7f2510935 (diff) | |
download | gitlab-ce-22509-pipeline-tables.tar.gz |
Removes class22509-pipeline-tables
-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 |