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
Léo-Paul Géneau
gitlab-ce
Commits
bc6986f7
Commit
bc6986f7
authored
Apr 13, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip ci] Fix display style for pipeline header
parent
fa134029
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/helpers/avatars_helper.rb
app/helpers/avatars_helper.rb
+1
-1
app/views/projects/commit/_commit_box.html.haml
app/views/projects/commit/_commit_box.html.haml
+2
-2
No files found.
app/helpers/avatars_helper.rb
View file @
bc6986f7
...
...
@@ -4,7 +4,7 @@ module AvatarsHelper
user:
commit_or_event
.
author
,
user_name:
commit_or_event
.
author_name
,
user_email:
commit_or_event
.
author_email
,
css_class:
'd-none d-sm-
block
'
css_class:
'd-none d-sm-
inline
'
}))
end
...
...
app/views/projects/commit/_commit_box.html.haml
View file @
bc6986f7
...
...
@@ -7,7 +7,7 @@
#{
s_
(
'CommitBoxTitle|Commit'
)
}
%span
.commit-sha
=
@commit
.
short_id
=
clipboard_button
(
text:
@commit
.
id
,
title:
_
(
"Copy commit SHA to clipboard"
))
%span
.d-none.d-sm-
block
authored
%span
.d-none.d-sm-
inline
authored
#{
time_ago_with_tooltip
(
@commit
.
authored_date
)
}
%span
=
s_
(
'ByAuthor|by'
)
=
author_avatar
(
@commit
,
size:
24
)
...
...
@@ -24,7 +24,7 @@
%span
.btn.disabled.btn-grouped.d-none.d-sm-block.append-right-10
=
icon
(
'comment'
)
=
@notes_count
=
link_to
project_tree_path
(
@project
,
@commit
),
class:
"btn btn-secondary append-right-10 d-none d-sm-none d-md-
block
"
do
=
link_to
project_tree_path
(
@project
,
@commit
),
class:
"btn btn-secondary append-right-10 d-none d-sm-none d-md-
inline
"
do
#{
_
(
'Browse files'
)
}
.dropdown.inline
%a
.btn.btn-secondary.dropdown-toggle
{
data:
{
toggle:
"dropdown"
}
}
...
...
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