BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
19118114
Commit
19118114
authored
Dec 11, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move awards back to gray panel and few improvements to sidebar
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b4ea6ad1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
6 deletions
+7
-6
awards.scss
app/assets/stylesheets/pages/awards.scss
+0
-1
issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-0
_discussion.html.haml
app/views/projects/issues/_discussion.html.haml
+3
-0
show.html.haml
app/views/projects/issues/show.html.haml
+0
-2
_discussion.html.haml
app/views/projects/merge_requests/_discussion.html.haml
+3
-0
_show.html.haml
app/views/projects/merge_requests/_show.html.haml
+0
-1
_mr_box.html.haml
app/views/projects/merge_requests/show/_mr_box.html.haml
+0
-2
No files found.
app/assets/stylesheets/pages/awards.scss
View file @
19118114
.awards
{
@include
clearfix
;
line-height
:
34px
;
margin-top
:
$gl-padding
;
.award
{
@include
border-radius
(
5px
);
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
19118114
...
...
@@ -57,6 +57,7 @@
margin-right
:
1px
;
}
.issue-discussion
>
.gray-content-block
,
>
.gray-content-block
{
margin-top
:
0
;
border-top
:
none
;
...
...
app/views/projects/issues/_discussion.html.haml
View file @
19118114
...
...
@@ -5,5 +5,8 @@
-
else
=
link_to
'Close Issue'
,
issue_path
(
@issue
,
issue:
{
state_event: :close
},
status_only:
true
),
method: :put
,
class:
'btn btn-grouped btn-close js-note-target-close'
,
title:
'Close Issue'
.gray-content-block.second-block.oneline-block
=
render
'votes/votes_block'
,
votable:
@issue
#notes
=
render
'projects/notes/notes_with_form'
app/views/projects/issues/show.html.haml
View file @
19118114
...
...
@@ -53,8 +53,6 @@
.merge-requests
=
render
'merge_requests'
=
render
'votes/votes_block'
,
votable:
@issue
-
if
@closed_by_merge_requests
.
present?
=
render
'projects/issues/closed_by_box'
.issue-discussion
...
...
app/views/projects/merge_requests/_discussion.html.haml
View file @
19118114
...
...
@@ -5,4 +5,7 @@
-
if
@merge_request
.
closed?
=
link_to
'Reopen'
,
merge_request_path
(
@merge_request
,
merge_request:
{
state_event: :reopen
}),
method: :put
,
class:
"btn btn-grouped btn-reopen reopen-mr-link js-note-target-reopen"
,
title:
"Reopen merge request"
.gray-content-block.second-block.oneline-block
=
render
'votes/votes_block'
,
votable:
@merge_request
#notes
=
render
"projects/notes/notes_with_form"
app/views/projects/merge_requests/_show.html.haml
View file @
19118114
...
...
@@ -64,7 +64,6 @@
.tab-content
#notes
.notes.tab-pane.voting_notes
.content-separator
=
render
"projects/merge_requests/discussion"
#commits
.commits.tab-pane
-
# This tab is always loaded via AJAX
...
...
app/views/projects/merge_requests/show/_mr_box.html.haml
View file @
19118114
...
...
@@ -10,5 +10,3 @@
=
markdown
(
@merge_request
.
description
,
cache_key:
[
@merge_request
,
"description"
])
%textarea
.hidden.js-task-list-field
=
@merge_request
.
description
=
render
'votes/votes_block'
,
votable:
@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