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
579c0b97
Commit
579c0b97
authored
Jun 25, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4393 from dosire/scrum-improvements
Rename unspecified to make it clearer and in line with scrum terminology
parents
743c232b
ef629ab4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
issues_helper.rb
app/helpers/issues_helper.rb
+1
-1
_issues.html.haml
app/views/issues/_issues.html.haml
+2
-2
No files found.
app/helpers/issues_helper.rb
View file @
579c0b97
...
@@ -15,7 +15,7 @@ module IssuesHelper
...
@@ -15,7 +15,7 @@ module IssuesHelper
# to allow filtering issues by an unassigned User or Milestone
# to allow filtering issues by an unassigned User or Milestone
def
unassigned_filter
def
unassigned_filter
# Milestone uses :title, Issue uses :name
# Milestone uses :title, Issue uses :name
OpenStruct
.
new
(
id:
0
,
title:
'
Unspecified
'
,
name:
'Unassigned'
)
OpenStruct
.
new
(
id:
0
,
title:
'
None (backlog)
'
,
name:
'Unassigned'
)
end
end
def
issues_filter
def
issues_filter
...
...
app/views/issues/_issues.html.haml
View file @
579c0b97
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
-
if
@milestone
.
present?
-
if
@milestone
.
present?
%strong
=
@milestone
.
title
%strong
=
@milestone
.
title
-
elsif
params
[
:milestone_id
]
==
"0"
-
elsif
params
[
:milestone_id
]
==
"0"
Unspecified
None (backlog)
-
else
-
else
Any
Any
%b
.caret
%b
.caret
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
=
link_to
project_issues_with_filter_path
(
@project
,
milestone_id:
nil
)
do
=
link_to
project_issues_with_filter_path
(
@project
,
milestone_id:
nil
)
do
Any
Any
=
link_to
project_issues_with_filter_path
(
@project
,
milestone_id:
0
)
do
=
link_to
project_issues_with_filter_path
(
@project
,
milestone_id:
0
)
do
Unspecified
None (backlog)
-
issues_active_milestones
.
each
do
|
milestone
|
-
issues_active_milestones
.
each
do
|
milestone
|
%li
%li
=
link_to
project_issues_with_filter_path
(
@project
,
milestone_id:
milestone
.
id
)
do
=
link_to
project_issues_with_filter_path
(
@project
,
milestone_id:
milestone
.
id
)
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