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:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-17 01:06:26 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-07-11 21:55:25 +0300
commit3358afa758c7db96ea8fce2a10cdf9c0abe85216 (patch)
tree74ab1040e343b43706b677e8c8f5582e640ff483 /app/views/import/github/new.html.haml
parent61f0e89484be5aca5d22ab63c72b08575f7e3f6d (diff)
Update the help_page_path route to accept paths directly instead of using parameters.
Diffstat (limited to 'app/views/import/github/new.html.haml')
-rw-r--r--app/views/import/github/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/github/new.html.haml b/app/views/import/github/new.html.haml
index 435ed7bd4cb..4c6af0b7908 100644
--- a/app/views/import/github/new.html.haml
+++ b/app/views/import/github/new.html.haml
@@ -38,6 +38,6 @@
As an administrator you may like to configure
- else
Consider asking your GitLab administrator to configure
- = link_to 'GitHub integration', help_page_path("integration", "github")
+ = link_to 'GitHub integration', help_page_path("integration/github")
which will allow login via GitHub and allow importing projects without
generating a Personal Access Token.