Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8db80f1f
Commit
8db80f1f
authored
Jan 19, 2013
by
Riyad Preukschas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename help#public_area to help#public_access
parent
359703c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
app/helpers/application_helper.rb
app/helpers/application_helper.rb
+1
-0
app/views/help/public_access.html.haml
app/views/help/public_access.html.haml
+1
-1
config/routes.rb
config/routes.rb
+1
-1
No files found.
app/helpers/application_helper.rb
View file @
8db80f1f
...
...
@@ -89,6 +89,7 @@ module ApplicationHelper
{
label:
"System Hooks Help"
,
url:
help_system_hooks_path
},
{
label:
"API Help"
,
url:
help_api_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:
"Gitlab Rake Tasks Help"
,
url:
help_raketasks_path
},
]
...
...
app/views/help/public_a
rea
.html.haml
→
app/views/help/public_a
ccess
.html.haml
View file @
8db80f1f
%h3
.page_title
Public A
rea
%h3
.page_title
Public A
ccess
.back_link
=
link_to
help_path
do
←
to index
...
...
config/routes.rb
View file @
8db80f1f
...
...
@@ -35,7 +35,7 @@ Gitlab::Application.routes.draw do
get
'help/markdown'
=>
'help#markdown'
get
'help/ssh'
=>
'help#ssh'
get
'help/raketasks'
=>
'help#raketasks'
get
'help/public_a
rea'
=>
'help#public_area
'
get
'help/public_a
ccess'
=>
'help#public_access
'
#
# Public namespace
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment