Skip to content
Snippets Groups Projects
Commit 9dd58c32 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Add to changelog.

parent 5245fac6
No related branches found
No related tags found
No related merge requests found
v6.7.2
v 6.8.0
- Ability to at mention users that are participating in issue and merge req. discussion
v 6.7.2
- Fix upgrader script
 
v6.7.1
v 6.7.1
- Fix GitLab CI integration
 
v 6.7.0
Loading
Loading
Loading
Loading
@@ -167,7 +167,7 @@ module Gitlab
 
def reference_user(identifier)
if user = User.find_by_username(identifier)
link_to("@#{identifier}", user_url(identifier), html_options.merge(class: "gfm gfm-team_member #{html_options[:class]}")) if user
link_to("@#{identifier}", user_url(identifier), html_options.merge(class: "gfm gfm-team_member #{html_options[:class]}"))
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment