summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-16 13:00:28 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-16 13:00:28 -0500
commitf0d6b1ff83bd51124411c58692c20781733bb51a (patch)
tree7d61e0a67ef06cfd4ebac468164ad8442a99ec1b /app/views/projects/commit
parentbcb3937da8fbba5b6a83ba092079444d993a5696 (diff)
downloadgitlab-ce-f0d6b1ff83bd51124411c58692c20781733bb51a.tar.gz
Hide branch name and status text on mr pipelines; don't use shorter timeago
Diffstat (limited to 'app/views/projects/commit')
-rw-r--r--app/views/projects/commit/_pipelines_list.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_pipelines_list.haml b/app/views/projects/commit/_pipelines_list.haml
index 03db765180a..29f4ef8f49e 100644
--- a/app/views/projects/commit/_pipelines_list.haml
+++ b/app/views/projects/commit/_pipelines_list.haml
@@ -14,4 +14,4 @@
= stage.titleize
%th
%th
- = render pipelines, commit_sha: true, stage: true, allow_retry: true, stages: pipelines.stages
+ = render pipelines, commit_sha: true, stage: true, allow_retry: true, stages: pipelines.stages, status_icon_only: true, hide_branch: true