summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 08:31:05 -0700
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-21 08:31:05 -0700
commit420f117df98faef0ff06ea7eceabe46994518559 (patch)
treec6a4a8f2d8ead3f0bfcd7ad0925162829b194ade /app/views
parent6b5708e073cfb8003b82dc3b6c16fa479973ae87 (diff)
downloadgitlab-ce-420f117df98faef0ff06ea7eceabe46994518559.tar.gz
Mobile view for commit status
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/commits/_commit.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index b195822d184..fd888f41b1e 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -19,7 +19,8 @@
&middot;
= commit.short_id
- if commit.status
- = render_commit_status(commit)
+ .visible-xs-inline
+ = render_commit_status(commit)
- if commit.description?
%a.text-expander.hidden-xs.js-toggle-button ...