Commit 11b707a6 authored by Andrew Kumanyaev's avatar Andrew Kumanyaev

fix link_to by @bwrsandman

Add missing '#'
parent f789f29c
...@@ -238,7 +238,7 @@ module Gitlab ...@@ -238,7 +238,7 @@ module Gitlab
title: "Issue in #{title}", title: "Issue in #{title}",
class: "gfm gfm-issue #{html_options[:class]}" class: "gfm gfm-issue #{html_options[:class]}"
) )
link_to("#{identifier}", url, options) link_to("##{identifier}", url, options)
end end
end end
end 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