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
dcf8b6c2
Commit
dcf8b6c2
authored
Sep 09, 2020
by
Phil Calder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add forum link to help menu
parent
8ef94193
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
0 deletions
+14
-0
app/views/layouts/header/_current_user_dropdown.html.haml
app/views/layouts/header/_current_user_dropdown.html.haml
+2
-0
app/views/layouts/header/_help_dropdown.html.haml
app/views/layouts/header/_help_dropdown.html.haml
+2
-0
app/views/shared/_help_dropdown_forum_link.html.haml
app/views/shared/_help_dropdown_forum_link.html.haml
+2
-0
changelogs/unreleased/retention-add-forum-link-to-help-menu.yml
...logs/unreleased/retention-add-forum-link-to-help-menu.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/layouts/header/_current_user_dropdown.html.haml
View file @
dcf8b6c2
...
...
@@ -39,6 +39,8 @@
=
link_to
_
(
"Help"
),
help_path
%li
.d-md-none
=
link_to
_
(
"Support"
),
support_url
%li
.d-md-none
=
render
'shared/help_dropdown_forum_link'
%li
.d-md-none
=
link_to
_
(
"Submit feedback"
),
"https://about.gitlab.com/submit-feedback"
-
if
current_user_menu?
(
:help
)
||
current_user_menu?
(
:settings
)
||
current_user_menu?
(
:profile
)
...
...
app/views/layouts/header/_help_dropdown.html.haml
View file @
dcf8b6c2
...
...
@@ -5,6 +5,8 @@
=
link_to
_
(
"Help"
),
help_path
%li
=
link_to
_
(
"Support"
),
support_url
%li
=
render
'shared/help_dropdown_forum_link'
%li
%button
.js-shortcuts-modal-trigger
{
type:
"button"
}
=
_
(
"Keyboard shortcuts"
)
...
...
app/views/shared/_help_dropdown_forum_link.html.haml
0 → 100644
View file @
dcf8b6c2
=
link_to
_
(
"Community forum"
),
"https://forum.gitlab.com/"
,
target:
'_blank'
,
class:
'text-nowrap'
,
rel:
'noopener noreferrer'
,
data:
{
'track_event'
:
'click_forum'
,
'track_property'
:
'question_menu'
}
changelogs/unreleased/retention-add-forum-link-to-help-menu.yml
0 → 100644
View file @
dcf8b6c2
---
title
:
Add forum link to help menu
merge_request
:
41858
author
:
type
:
added
locale/gitlab.pot
View file @
dcf8b6c2
...
...
@@ -6372,6 +6372,9 @@ msgstr ""
msgid "Commit…"
msgstr ""
msgid "Community forum"
msgstr ""
msgid "Company"
msgstr ""
...
...
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