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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
39b313ba
Commit
39b313ba
authored
Aug 20, 2017
by
Mehdi Lahmam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused `IssuablesHelper#issuable_state_scope`
Its last usage has been removed at
260c8da0
.
parent
fd511639
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
app/helpers/issuables_helper.rb
app/helpers/issuables_helper.rb
+0
-8
No files found.
app/helpers/issuables_helper.rb
View file @
39b313ba
...
...
@@ -305,14 +305,6 @@ module IssuablesHelper
cookies
[
:collapsed_gutter
]
==
'true'
end
def
issuable_state_scope
(
issuable
)
if
issuable
.
respond_to?
(
:merged?
)
&&
issuable
.
merged?
:merged
else
issuable
.
open?
?
:opened
:
:closed
end
end
def
issuable_templates
(
issuable
)
@issuable_templates
||=
case
issuable
...
...
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