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
Boxiang Sun
gitlab-ce
Commits
eeef2c73
Commit
eeef2c73
authored
Jun 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
f1ec62f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/milestones/_issue.html.haml
app/views/projects/milestones/_issue.html.haml
+1
-1
features/steps/project/milestones.rb
features/steps/project/milestones.rb
+1
-1
No files found.
app/views/projects/milestones/_issue.html.haml
View file @
eeef2c73
%li
{
'data-iid'
=>
issue
.
iid
,
'data-url'
=>
project_issue_path
(
@project
,
issue
)
}
%li
{
class:
'issue-row'
,
'data-iid'
=>
issue
.
iid
,
'data-url'
=>
project_issue_path
(
@project
,
issue
)
}
%span
.str-truncated
=
link_to
[
@project
,
issue
]
do
%span
.cgray
##{issue.iid}
...
...
features/steps/project/milestones.rb
View file @
eeef2c73
...
...
@@ -54,6 +54,6 @@ class ProjectMilestones < Spinach::FeatureSteps
end
Then
"I should see 3 issues"
do
page
.
should
have_selector
(
'#tab-issues li'
,
count:
4
)
page
.
should
have_selector
(
'#tab-issues li
.issue-row
'
,
count:
4
)
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