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
042ec53c
Commit
042ec53c
authored
Nov 27, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor UI improvements
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
c2f6eb0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
app/assets/stylesheets/sections/notes.scss
app/assets/stylesheets/sections/notes.scss
+1
-0
app/views/projects/commits/_commit.html.haml
app/views/projects/commits/_commit.html.haml
+1
-1
app/views/shared/_merge_requests.html.haml
app/views/shared/_merge_requests.html.haml
+1
-0
No files found.
app/assets/stylesheets/sections/notes.scss
View file @
042ec53c
...
...
@@ -130,6 +130,7 @@ ul.notes {
&
.notes_line
{
text-align
:
center
;
padding
:
10px
0
;
background
:
#eee
;
}
&
.notes_line2
{
text-align
:
center
;
...
...
app/views/projects/commits/_commit.html.haml
View file @
042ec53c
...
...
@@ -7,7 +7,7 @@
.notes_count
-
notes
=
project
.
notes
.
for_commit_id
(
commit
.
id
)
-
if
notes
.
any?
%span
.
badge.badge-info
%span
.
label.label-gray
%i
.icon-comment
=
notes
.
count
...
...
app/views/shared/_merge_requests.html.haml
View file @
042ec53c
...
...
@@ -4,6 +4,7 @@
-
project
=
group
[
0
]
.title
=
link_to_project
project
=
link_to
'show all'
,
project_merge_requests_path
(
project
),
class:
'pull-right'
%ul
.well-list.mr-list
-
group
[
1
].
each
do
|
merge_request
|
=
render
'projects/merge_requests/merge_request'
,
merge_request:
merge_request
...
...
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