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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
b833f208
Commit
b833f208
authored
Aug 09, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
efb17e05
1309aeb8
Changes
3
Show 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 @@
...
@@ -91,8 +91,6 @@
@media
(
min-width
:
$screen-sm-max
)
{
@media
(
min-width
:
$screen-sm-max
)
{
.merge-request
.merge-request-tabs
{
.merge-request
.merge-request-tabs
{
margin
:
20px
0
;
li
{
li
{
a
{
a
{
padding
:
15px
40px
;
padding
:
15px
40px
;
...
@@ -102,6 +100,11 @@
...
@@ -102,6 +100,11 @@
}
}
}
}
.merge-request
.merge-request-tabs
{
margin-top
:
30px
;
margin-bottom
:
20px
;
}
.mr_source_commit
,
.mr_source_commit
,
.mr_target_commit
{
.mr_target_commit
{
.commit
{
.commit
{
...
...
app/assets/stylesheets/pages/tree.scss
View file @
b833f208
...
@@ -60,7 +60,11 @@
...
@@ -60,7 +60,11 @@
}
}
.tree_author
{
.tree_author
{
padding-left
:
8px
;
padding-right
:
8px
;
.commit-author-name
{
color
:
gray
;
}
}
}
.tree_commit
{
.tree_commit
{
...
...
app/views/projects/tree/_tree_commit_column.html.haml
View file @
b833f208
%span
.str-truncated
%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"
=
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)
]
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