Add to changelog.

This commit is contained in:
Marin Jankovski 2014-03-25 17:54:32 +01:00
parent 5245fac63b
commit 9dd58c320a
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
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

View File

@ -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