Commit 8db80f1f authored by Riyad Preukschas's avatar Riyad Preukschas

Rename help#public_area to help#public_access

parent 359703c6
...@@ -89,6 +89,7 @@ module ApplicationHelper ...@@ -89,6 +89,7 @@ module ApplicationHelper
{ label: "System Hooks Help", url: help_system_hooks_path }, { label: "System Hooks Help", url: help_system_hooks_path },
{ label: "API Help", url: help_api_path }, { label: "API Help", url: help_api_path },
{ label: "Markdown Help", url: help_markdown_path }, { label: "Markdown Help", url: help_markdown_path },
{ label: "Public Access Help", url: help_public_access_path },
{ label: "SSH Keys Help", url: help_ssh_path }, { label: "SSH Keys Help", url: help_ssh_path },
{ label: "Gitlab Rake Tasks Help", url: help_raketasks_path }, { label: "Gitlab Rake Tasks Help", url: help_raketasks_path },
] ]
......
%h3.page_title Public Area %h3.page_title Public Access
.back_link .back_link
= link_to help_path do = link_to help_path do
← to index ← to index
......
...@@ -35,7 +35,7 @@ Gitlab::Application.routes.draw do ...@@ -35,7 +35,7 @@ Gitlab::Application.routes.draw do
get 'help/markdown' => 'help#markdown' get 'help/markdown' => 'help#markdown'
get 'help/ssh' => 'help#ssh' get 'help/ssh' => 'help#ssh'
get 'help/raketasks' => 'help#raketasks' get 'help/raketasks' => 'help#raketasks'
get 'help/public_area' => 'help#public_area' get 'help/public_access' => 'help#public_access'
# #
# Public namespace # Public namespace
......
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