summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 07:37:31 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 08:14:10 -0700
commit6b5708e073cfb8003b82dc3b6c16fa479973ae87 (patch)
tree04622d805b39a3b88bd8b24477319d68005c6ce3 /app/views/projects/commits/_commit.html.haml
parent0b36dcb8b043e987eca4f5efc75fb00c161d1a2b (diff)
downloadgitlab-ce-6b5708e073cfb8003b82dc3b6c16fa479973ae87.tar.gz
Fix ci icons getting cut off
Diffstat (limited to 'app/views/projects/commits/_commit.html.haml')
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 04cf2965454..b195822d184 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -19,7 +19,7 @@
&middot;
= commit.short_id
- if commit.status
- = render_commit_status(commit, cssclass: 'visible-xs-inline')
+ = render_commit_status(commit)
- if commit.description?
%a.text-expander.hidden-xs.js-toggle-button ...