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
d1001e3d
Commit
d1001e3d
authored
Jul 15, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'show_milestone_status_on_show_page' into 'master'
Show milestone status on group milestone show page Closes #1430 See merge request !969
parents
275a5281
b916bf43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
show.html.haml
app/views/groups/milestones/show.html.haml
+2
-2
group.rb
features/steps/group/group.rb
+0
-1
No files found.
app/views/groups/milestones/show.html.haml
View file @
d1001e3d
...
...
@@ -32,11 +32,11 @@
%h4
=
link_to
"
#{
milestone
.
project
.
name
}
-
#{
milestone
.
title
}
"
,
project_milestone_path
(
milestone
.
project
,
milestone
)
%span
.pull-right
=
milestone
.
expires_at
-
if
milestone
.
closed?
%span
.label.label-danger
#{
milestone
.
state
}
=
preserve
do
-
if
milestone
.
description
.
present?
=
milestone
.
description
-
else
%em
Project milestone has no description
.context
%p
...
...
features/steps/group/group.rb
View file @
d1001e3d
...
...
@@ -190,7 +190,6 @@ class Groups < Spinach::FeatureSteps
step
'I should see group milestone with descriptions and expiry date'
do
page
.
should
have_content
(
'Lorem Ipsum is simply dummy text of the printing and typesetting industry'
)
page
.
should
have_content
(
'expires at Aug 20, 2014'
)
page
.
should
have_content
(
'Project milestone has no description'
)
end
step
'I should see group milestone with all issues and MRs assigned to that milestone'
do
...
...
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