Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
420f117d
Commit
420f117d
authored
Jul 21, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mobile view for commit status
parent
6b5708e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
app/assets/stylesheets/pages/status.scss
app/assets/stylesheets/pages/status.scss
+8
-0
app/views/projects/commits/_commit.html.haml
app/views/projects/commits/_commit.html.haml
+2
-1
No files found.
app/assets/stylesheets/pages/status.scss
View file @
420f117d
...
...
@@ -75,3 +75,11 @@
color
:
$gl-gray
;
}
}
.visible-xs-inline
{
.ci-status-link
{
position
:
relative
;
top
:
2px
;
left
:
5px
;
}
}
app/views/projects/commits/_commit.html.haml
View file @
420f117d
...
...
@@ -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
...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment