summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-19 21:15:41 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-19 21:15:41 +0300
commit15a6211e81a3ece82a93ba387298ac1813615eb9 (patch)
treeb67ba4ee4c4d15b190d36910ddbe418047536019 /app/views/projects
parent7758a566c9d12dbb7728ad6273cafe140a9e8eb8 (diff)
downloadgitlab-ce-15a6211e81a3ece82a93ba387298ac1813615eb9.tar.gz
Small css improvements
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/_aside.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_aside.html.haml b/app/views/projects/_aside.html.haml
index 333a1e6156d..e90c7b26dd2 100644
--- a/app/views/projects/_aside.html.haml
+++ b/app/views/projects/_aside.html.haml
@@ -57,7 +57,7 @@
.pull-right
- if ci_service.respond_to?(:status_img_path)
= link_to ci_service.builds_path, :'data-no-turbolink' => 'data-no-turbolink' do
- = image_tag ci_service.status_img_path, alt: "build status"
+ = image_tag ci_service.status_img_path, alt: "build status", class: 'ci-status-image'
- else
= link_to 'view builds', ci_service.builds_path, :'data-no-turbolink' => 'data-no-turbolink'