Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaseeb <haseebeqx@yahoo.com>2018-03-07 17:54:16 +0300
committerhaseeb <haseebeqx@yahoo.com>2018-03-07 17:54:16 +0300
commitd23337fd96058d38d6615e210b61830a3d334d46 (patch)
tree99c394979a2041453fa6a8934f3a79afaa5b495e /app/helpers/snippets_helper.rb
parent101c37085f5342189b64a04f19c742cbd91e01f4 (diff)
fix failing spec
Diffstat (limited to 'app/helpers/snippets_helper.rb')
-rw-r--r--app/helpers/snippets_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/snippets_helper.rb b/app/helpers/snippets_helper.rb
index 59e0d192ffa..733832c1bbb 100644
--- a/app/helpers/snippets_helper.rb
+++ b/app/helpers/snippets_helper.rb
@@ -126,7 +126,7 @@ module SnippetsHelper
raw_project_snippet_url(@snippet.project, @snippet, inline: false)
end
- link_to external_snippet_icon('download'), download_url, class: 'btn', target: '_blank', title: 'Download', data: { container: 'body' }, rel: 'noopener noreferrer'
+ link_to external_snippet_icon('download'), download_url, class: 'btn', target: '_blank', title: 'Download', rel: 'noopener noreferrer'
end
def public_snippet?