diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-21 08:31:05 -0700 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-21 08:31:05 -0700 |
commit | 420f117df98faef0ff06ea7eceabe46994518559 (patch) | |
tree | c6a4a8f2d8ead3f0bfcd7ad0925162829b194ade /app/views/projects/commits | |
parent | 6b5708e073cfb8003b82dc3b6c16fa479973ae87 (diff) | |
download | gitlab-ce-420f117df98faef0ff06ea7eceabe46994518559.tar.gz |
Mobile view for commit status
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r-- | app/views/projects/commits/_commit.html.haml | 3 |
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 @@ · = 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 ... |