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
ee750298
Unverified
Commit
ee750298
authored
Feb 19, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move assignee/milestone below description of Issue
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
83d35399
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
13 deletions
+16
-13
issue_box.scss
app/assets/stylesheets/generic/issue_box.scss
+4
-3
show.html.haml
app/views/projects/issues/show.html.haml
+4
-4
_mr_box.html.haml
app/views/projects/merge_requests/show/_mr_box.html.haml
+4
-4
project_merge_requests.rb
features/steps/project/project_merge_requests.rb
+4
-2
No files found.
app/assets/stylesheets/generic/issue_box.scss
View file @
ee750298
...
...
@@ -29,20 +29,21 @@
line-height
:
1
.5
;
margin
:
0
;
color
:
#333
;
padding-bottom
:
0
;
padding
:
15px
25px
;
}
.context
{
border
:
none
;
border-top
:
1px
solid
#eee
;
padding
:
15px
25px
;
}
.description
{
border-top
:
1px
solid
#eee
;
padding
:
0
25px
15px
25px
;
}
.title
,
.context
,
.description
{
padding
:
15px
25px
;
.clearfix
{
margin
:
0
;
}
...
...
app/views/projects/issues/show.html.haml
View file @
ee750298
...
...
@@ -42,15 +42,15 @@
%h4
.title
=
gfm
escape_once
(
@issue
.
title
)
.context
%cite
.cgray
=
render
partial:
'issue_context'
,
locals:
{
issue:
@issue
}
-
if
@issue
.
description
.
present?
.description
.wiki
=
preserve
do
=
markdown
@issue
.
description
.context
%cite
.cgray
=
render
partial:
'issue_context'
,
locals:
{
issue:
@issue
}
-
content_for
:note_actions
do
-
if
can?
(
current_user
,
:modify_issue
,
@issue
)
...
...
app/views/projects/merge_requests/show/_mr_box.html.haml
View file @
ee750298
...
...
@@ -15,16 +15,16 @@
%h4
.title
=
gfm
escape_once
(
@merge_request
.
title
)
.context
%cite
.cgray
=
render
partial:
'projects/merge_requests/show/context'
,
locals:
{
merge_request:
@merge_request
}
-
if
@merge_request
.
description
.
present?
.description
.wiki
=
preserve
do
=
markdown
@merge_request
.
description
.context
%cite
.cgray
=
render
partial:
'projects/merge_requests/show/context'
,
locals:
{
merge_request:
@merge_request
}
-
if
@merge_request
.
closed?
.alert.alert-info
%span
...
...
features/steps/project/project_merge_requests.rb
View file @
ee750298
...
...
@@ -55,7 +55,9 @@ class ProjectMergeRequests < Spinach::FeatureSteps
end
step
'I click link "Close"'
do
click_link
"Close"
within
'.page-title'
do
click_link
"Close"
end
end
step
'I submit new merge request "Wiki Feature"'
do
...
...
@@ -163,7 +165,7 @@ class ProjectMergeRequests < Spinach::FeatureSteps
end
step
'I should see merged request'
do
within
'.
page-title
'
do
within
'.
issue-box
'
do
page
.
should
have_content
"Merged"
end
end
...
...
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