diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-01-28 15:12:24 +0100 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-01-28 15:12:24 +0100 |
commit | b7ec476205173b9ca1780843ceb4617fdde0b9d7 (patch) | |
tree | 85e3c3e5012eefc78b51823b1c45185df447b720 /app/helpers/projects_helper.rb | |
parent | 30b0d06e9f74f0068926314ec03b003fbd86c8f2 (diff) | |
parent | 9bf47f06ab69a1592cec87825aaaf5bb4adec464 (diff) | |
download | gitlab-ce-mr-merge-base.tar.gz |
Merge branch 'master' into mr-merge-basemr-merge-base
Diffstat (limited to 'app/helpers/projects_helper.rb')
-rw-r--r-- | app/helpers/projects_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb index 77ba612548a..c5823e50096 100644 --- a/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb @@ -40,7 +40,7 @@ module ProjectsHelper link_to(author_html, user_path(author), class: "author_link").html_safe else title = opts[:title].sub(":name", sanitize(author.name)) - link_to(author_html, user_path(author), class: "author_link has_tooltip", data: { :'original-title' => title, container: 'body' } ).html_safe + link_to(author_html, user_path(author), class: "author_link has_tooltip", data: { 'original-title': title, container: 'body' } ).html_safe end end |