summaryrefslogtreecommitdiff
path: root/app/views/projects/generic_commit_statuses
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-08-26 17:34:21 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-08-29 13:50:46 -0500
commit3e1467ecdbea94dddd4ddaf167ebdcd87de76497 (patch)
treea1f5b8074f0b3233bf141e244972adffef8cc25b /app/views/projects/generic_commit_statuses
parent19e58c9c9246c8c60f3ce6f508b3f8afc165a292 (diff)
downloadgitlab-ce-3e1467ecdbea94dddd4ddaf167ebdcd87de76497.tar.gz
Keep CI icons being clickable21123-pipeline-graph-link
Diffstat (limited to 'app/views/projects/generic_commit_statuses')
-rw-r--r--app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml b/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
index 584c0fa18ae..31d40f6ad03 100644
--- a/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
+++ b/app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml
@@ -3,7 +3,7 @@
- if subject.target_url
- link_to subject.target_url do
= render_status_with_link('commit status', subject.status)
- = subject.name
+ %span.ci-status-text= subject.name
- else
= render_status_with_link('commit status', subject.status)
- = subject.name
+ %span.ci-status-text= subject.name