Commit 25262ed2 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Remove unnused escape_html method

parent 5e0edf57
......@@ -653,10 +653,6 @@ module SystemNoteService
content_tag('li', "#{commit_ids} - #{commits_text} from branch #{branch_name}".html_safe)
end
def escape_html(text)
Rack::Utils.escape_html(text)
end
def url_helpers
@url_helpers ||= Gitlab::Routing.url_helpers
end
......
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