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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
2949f9b4
Commit
2949f9b4
authored
Oct 19, 2016
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mobile view
parent
002670ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
app/assets/stylesheets/pages/commit.scss
app/assets/stylesheets/pages/commit.scss
+1
-4
app/views/projects/commit/_commit_box.html.haml
app/views/projects/commit/_commit_box.html.haml
+2
-2
No files found.
app/assets/stylesheets/pages/commit.scss
View file @
2949f9b4
...
...
@@ -34,10 +34,7 @@
&
.commit-info-row-header
{
line-height
:
34px
;
padding
:
10px
0
;
@media
(
min-width
:
$screen-sm-min
)
{
margin-bottom
:
0
;
}
margin-bottom
:
0
;
.commit-options-dropdown-caret
{
@media
(
max-width
:
$screen-sm
)
{
...
...
app/views/projects/commit/_commit_box.html.haml
View file @
2949f9b4
.commit-info-row.commit-info-row-header
%span
.hidden-xs.hidden-sm
Commit
=
link_to
@commit
.
short_id
,
namespace_project_commit_path
(
@project
.
namespace
,
@project
,
@commit
),
class:
"monospace js-details-short"
=
link_to
(
"#"
,
class:
"js-details-expand"
)
do
=
link_to
(
"#"
,
class:
"js-details-expand
hidden-xs hidden-sm
"
)
do
%span
.text-expander
\...
%span
.js-details-content.hide
...
...
@@ -9,7 +9,7 @@
=
clipboard_button
(
clipboard_text:
@commit
.
id
)
%span
.hidden-xs
authored
#{
time_ago_with_tooltip
(
@commit
.
authored_date
)
}
%span
.hidden-xs
by
%span
by
=
author_avatar
(
@commit
,
size:
24
)
%strong
=
commit_author_link
(
@commit
,
avatar:
true
,
size:
24
)
...
...
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