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
36b18fd1
Commit
36b18fd1
authored
Nov 04, 2020
by
Ash McKenzie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cngo-fix-issue-header-data' into 'master'
Fix issue header data See merge request gitlab-org/gitlab!46888
parents
53abcf12
68e760ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/helpers/issues_helper.rb
app/helpers/issues_helper.rb
+1
-1
No files found.
app/helpers/issues_helper.rb
View file @
36b18fd1
...
...
@@ -160,7 +160,7 @@ module IssuesHelper
can_report_spam:
issue
.
submittable_as_spam_by?
(
current_user
).
to_s
,
can_update_issue:
can?
(
current_user
,
:update_issue
,
issue
).
to_s
,
iid:
issue
.
iid
,
is_issue_author:
issue
.
author
==
current_user
,
is_issue_author:
(
issue
.
author
==
current_user
).
to_s
,
new_issue_path:
new_project_issue_path
(
project
),
project_path:
project
.
full_path
,
report_abuse_path:
new_abuse_report_path
(
user_id:
issue
.
author
.
id
,
ref_url:
issue_url
(
issue
)),
...
...
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