Commit a2e2837a authored by Eric Eastwood's avatar Eric Eastwood Committed by Sean McGivern

Remove reply-email from username on issue (already in title)

parent 5ff19cfd
......@@ -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 << "&ensp;".html_safe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment