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