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
8c4b6d42
Commit
8c4b6d42
authored
Apr 30, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set head panel title of help section.
parent
610ed70f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
app/controllers/help_controller.rb
app/controllers/help_controller.rb
+7
-0
app/views/help/index.html.haml
app/views/help/index.html.haml
+0
-1
app/views/help/show.html.haml
app/views/help/show.html.haml
+1
-1
No files found.
app/controllers/help_controller.rb
View file @
8c4b6d42
class
HelpController
<
ApplicationController
before_action
:set_title
def
index
end
...
...
@@ -44,6 +46,11 @@ class HelpController < ApplicationController
private
def
set_title
@title
=
"Help"
@title_url
=
help_path
end
def
path_params
params
.
require
(
:category
)
params
.
require
(
:file
)
...
...
app/views/help/index.html.haml
View file @
8c4b6d42
-
page_title
"Help"
%div
%h1
GitLab
...
...
app/views/help/show.html.haml
View file @
8c4b6d42
-
page_title
@file
.
humanize
,
*
@category
.
split
(
"/"
).
reverse
.
map
(
&
:humanize
)
,
"Help"
-
page_title
@file
.
humanize
,
*
@category
.
split
(
"/"
).
reverse
.
map
(
&
:humanize
)
.documentation.wiki
=
markdown
@markdown
.
gsub
(
'$your_email'
,
current_user
.
email
)
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