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
367cd8ac
Unverified
Commit
367cd8ac
authored
Jan 22, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gray background from issue/mr/milestone background
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
1ef0ac50
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
13 deletions
+16
-13
blocks.scss
app/assets/stylesheets/framework/blocks.scss
+5
-1
show.html.haml
app/views/projects/issues/show.html.haml
+2
-2
_show.html.haml
app/views/projects/merge_requests/_show.html.haml
+1
-1
_commits.html.haml
app/views/projects/merge_requests/show/_commits.html.haml
+1
-1
_mr_box.html.haml
app/views/projects/merge_requests/show/_mr_box.html.haml
+1
-1
show.html.haml
app/views/projects/milestones/show.html.haml
+6
-7
No files found.
app/assets/stylesheets/framework/blocks.scss
View file @
367cd8ac
...
...
@@ -146,6 +146,10 @@
border-bottom
:
1px
solid
$border-color
;
&
.oneline-block
{
line-height
:
42px
;
line-height
:
36px
;
}
>
.controls
{
float
:
right
;
}
}
app/views/projects/issues/show.html.haml
View file @
367cd8ac
...
...
@@ -35,7 +35,7 @@
Edit
.issue-details.issuable-details
.detail-page-description.
gray-content-block.second
-block
.detail-page-description.
content
-block
%h2
.title
=
markdown
escape_once
(
@issue
.
title
),
pipeline: :single_line
%div
...
...
@@ -50,7 +50,7 @@
.merge-requests
=
render
'merge_requests'
.
gray-content-block.second-block.oneline
-block
.
content
-block
=
render
'votes/votes_block'
,
votable:
@issue
.row
...
...
app/views/projects/merge_requests/_show.html.haml
View file @
367cd8ac
...
...
@@ -66,7 +66,7 @@
.tab-content
#notes
.notes.tab-pane.voting_notes
.
gray-content-block.second
-block.oneline-block
.
content
-block.oneline-block
=
render
'votes/votes_block'
,
votable:
@merge_request
.row
...
...
app/views/projects/merge_requests/show/_commits.html.haml
View file @
367cd8ac
.
gray-content-block.middle
-block.oneline-block
.
content
-block.oneline-block
=
icon
(
"sort-amount-desc"
)
Most recent commits displayed first
...
...
app/views/projects/merge_requests/show/_mr_box.html.haml
View file @
367cd8ac
.detail-page-description.
gray-content-block.second
-block
.detail-page-description.
content
-block
%h2
.title
=
markdown
escape_once
(
@merge_request
.
title
),
pipeline: :single_line
...
...
app/views/projects/milestones/show.html.haml
View file @
367cd8ac
...
...
@@ -32,7 +32,7 @@
=
icon
(
'pencil-square-o'
)
Edit
.detail-page-description.
gray-content-block.second
-block
.detail-page-description.
content
-block
%h2
.title
=
markdown
escape_once
(
@milestone
.
title
),
pipeline: :single_line
%div
...
...
@@ -73,8 +73,8 @@
.tab-content
.tab-pane.active
#tab-issues
.
gray-content-block.middl
e-block
.
pull-right
.
content-block.onelin
e-block
.
controls
-
if
can?
(
current_user
,
:create_issue
,
@project
)
=
link_to
new_namespace_project_issue_path
(
@project
.
namespace
,
@project
,
issue:
{
milestone_id:
@milestone
.
id
}),
class:
"btn btn-grouped"
,
title:
"New Issue"
do
%i
.fa.fa-plus
...
...
@@ -94,8 +94,8 @@
=
render
(
'issues'
,
title:
'Completed Issues (closed)'
,
issues:
@issues
.
closed
,
id:
'closed'
)
.tab-pane
#tab-merge-requests
.
gray-content-block.middl
e-block
.
pull-right
.
content-block.onelin
e-block
.
controls
-
if
can?
(
current_user
,
:read_merge_request
,
@project
)
=
link_to
'Browse Merge Requests'
,
namespace_project_merge_requests_path
(
@milestone
.
project
.
namespace
,
@milestone
.
project
,
milestone_title:
@milestone
.
title
),
class:
"btn btn-grouped"
...
...
@@ -117,8 +117,7 @@
=
render
'merge_request'
,
merge_request:
merge_request
.tab-pane
#tab-participants
.gray-content-block.middle-block
.oneline
.content-block.oneline-block
All participants to this milestone
%ul
.bordered-list
...
...
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