diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-12-14 15:04:26 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-14 15:12:58 +0000 |
commit | 281237d7731cfa6669dd650fdfabfe612082d47f (patch) | |
tree | dad396dc6a236ed3acbe01eac44dd2264354eb8e /app/views/ci/status | |
parent | 268a201cce4da7225841b651336835876be43fc2 (diff) | |
download | gitlab-ce-281237d7731cfa6669dd650fdfabfe612082d47f.tar.gz |
Changes after review
Remove empty line
Diffstat (limited to 'app/views/ci/status')
-rw-r--r-- | app/views/ci/status/_graph_badge.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/ci/status/_graph_badge.haml b/app/views/ci/status/_graph_badge.haml index 7c6d36217f0..839b4334713 100644 --- a/app/views/ci/status/_graph_badge.haml +++ b/app/views/ci/status/_graph_badge.haml @@ -5,8 +5,7 @@ - klass = "ci-status-icon ci-status-icon-#{detailed_status}" - if details_path - = link_to details_path, class: klass, - data: { toggle: 'tooltip', title: "#{subject.name} - #{detailed_status}" } do + = link_to details_path, data: { toggle: 'tooltip', title: "#{subject.name} - #{detailed_status}" } do %span{ class: klass }= custom_icon(detailed_status.icon) .ci-status-text= subject.name - else |