diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-28 15:58:02 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-29 08:58:15 +0200 |
commit | f79a300417120bb2bdd5d5b22c8ced42e5c3dab7 (patch) | |
tree | 911eef2e7a33785c9c6f6728e0a2a3a127ac0a40 /app/views/admin/groups | |
parent | a9580a157a39bd6d7bc046f1bada88eb5d698b9c (diff) | |
download | gitlab-ce-f79a300417120bb2bdd5d5b22c8ced42e5c3dab7.tar.gz |
Replace existing links to help pages with the new ones.
Diffstat (limited to 'app/views/admin/groups')
-rw-r--r-- | app/views/admin/groups/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml index 6055865b4cb..594762f495e 100644 --- a/app/views/admin/groups/show.html.haml +++ b/app/views/admin/groups/show.html.haml @@ -51,7 +51,7 @@ .body.form-holder %p.light Read more about project permissions - %strong= link_to "here", help_permissions_path, class: "vlink" + %strong= link_to "here", help_page_path("permissions", "permissions"), class: "vlink" = form_tag project_teams_update_admin_group_path(@group), id: "new_team_member", class: "bulk_import", method: :put do %div |