Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
b833f208
Commit
b833f208
authored
9 years ago
by
Dmitriy Zaporozhets
Browse files
Options
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
efb17e05
1309aeb8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+5
-2
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+5
-1
app/views/projects/tree/_tree_commit_column.html.haml
app/views/projects/tree/_tree_commit_column.html.haml
+1
-4
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
b833f208
...
...
@@ -91,8 +91,6 @@
@media
(
min-width
:
$screen-sm-max
)
{
.merge-request
.merge-request-tabs
{
margin
:
20px
0
;
li
{
a
{
padding
:
15px
40px
;
...
...
@@ -102,6 +100,11 @@
}
}
.merge-request
.merge-request-tabs
{
margin-top
:
30px
;
margin-bottom
:
20px
;
}
.mr_source_commit
,
.mr_target_commit
{
.commit
{
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/pages/tree.scss
View file @
b833f208
...
...
@@ -60,7 +60,11 @@
}
.tree_author
{
padding-left
:
8px
;
padding-right
:
8px
;
.commit-author-name
{
color
:
gray
;
}
}
.tree_commit
{
...
...
This diff is collapsed.
Click to expand it.
app/views/projects/tree/_tree_commit_column.html.haml
View file @
b833f208
%span
.str-truncated
%span
.tree_author
=
commit_author_link
(
commit
,
avatar:
true
,
size:
16
)
=
link_to_gfm
commit
.
title
,
namespace_project_commit_path
(
@project
.
namespace
,
@project
,
commit
.
id
),
class:
"tree-commit-link"
%span
.tree_author
[
commit_author_link(commit, avatar: false)
]
This diff is collapsed.
Click to expand it.
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