Commit 751ee00e authored by Valery Sizov's avatar Valery Sizov

Fix wrong resolvation

parent 1845ce59
...@@ -68,7 +68,7 @@ module ButtonHelper ...@@ -68,7 +68,7 @@ module ButtonHelper
html: true, html: true,
placement: placement, placement: placement,
container: 'body', container: 'body',
title: tooltip_title title: tooltip_title,
primary_url: (geo_primary_http_url_to_repo(project) if Gitlab::Geo.secondary?) primary_url: (geo_primary_http_url_to_repo(project) if Gitlab::Geo.secondary?)
} }
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