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
a2e2837a
Commit
a2e2837a
authored
Apr 06, 2017
by
Eric Eastwood
Committed by
Sean McGivern
Apr 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove reply-email from username on issue (already in title)
parent
5ff19cfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
app/helpers/issuables_helper.rb
app/helpers/issuables_helper.rb
+0
-7
No files found.
app/helpers/issuables_helper.rb
View file @
a2e2837a
...
...
@@ -122,13 +122,6 @@ module IssuablesHelper
author_output
=
link_to_member
(
project
,
issuable
.
author
,
size:
24
,
mobile_classes:
"hidden-xs"
,
tooltip:
true
)
author_output
<<
link_to_member
(
project
,
issuable
.
author
,
size:
24
,
by_username:
true
,
avatar:
false
,
mobile_classes:
"hidden-sm hidden-md hidden-lg"
)
end
if
issuable
.
respond_to?
(
:service_desk_reply_to
)
&&
!
issuable
.
service_desk_reply_to
.
nil?
output
<<
content_tag
(
:span
)
do
concat
'('
concat
link_to
(
"
#{
issuable
.
service_desk_reply_to
}
"
,
"mailto:
#{
issuable
.
service_desk_reply_to
}
"
,
class:
'hidden-xs'
)
concat
')'
end
end
if
issuable
.
tasks?
output
<<
" "
.
html_safe
...
...
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