summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-07-17 14:24:39 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-07-17 14:24:39 +0000
commitf66d5c5f9f155d2e6467a186e81cee6677489d90 (patch)
tree8b367a346890392cd4fef760739c0518116cdfc4 /app/views
parent71ffe5e8107197b4c7ca4b3d93be753cf80d6e90 (diff)
parent99463287618b61f76d157b572a670e9237d80a43 (diff)
downloadgitlab-ce-f66d5c5f9f155d2e6467a186e81cee6677489d90.tar.gz
Merge branch 'zj-remove-sanitize-repo-path' into 'master'
Remove sanitize_repo_path Closes gitaly#1235 See merge request gitlab-org/gitlab-ce!20666
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/imports/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/imports/new.html.haml b/app/views/projects/imports/new.html.haml
index 16c4f21279d..ca82054d799 100644
--- a/app/views/projects/imports/new.html.haml
+++ b/app/views/projects/imports/new.html.haml
@@ -10,7 +10,7 @@
.card-body
%pre
:preserve
- #{h(sanitize_repo_path(@project, @project.import_error))}
+ #{h(@project.import_error)}
= form_for @project, url: project_import_path(@project), method: :post do |f|
= render "shared/import_form", f: f