Commit 3a481777629e3280b48b55deb287dca02ee389e6
1 parent
f8144bd3
Exists in
master
and in
4 other branches
add help raketasks to search autocomplete
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/helpers/application_helper.rb
@@ -95,6 +95,7 @@ module ApplicationHelper | @@ -95,6 +95,7 @@ module ApplicationHelper | ||
95 | { label: "API Help", url: help_api_path }, | 95 | { label: "API Help", url: help_api_path }, |
96 | { label: "Markdown Help", url: help_markdown_path }, | 96 | { label: "Markdown Help", url: help_markdown_path }, |
97 | { label: "SSH Keys Help", url: help_ssh_path }, | 97 | { label: "SSH Keys Help", url: help_ssh_path }, |
98 | + { label: "Gitlab Rake Tasks Help", url: help_raketasks_path }, | ||
98 | ] | 99 | ] |
99 | 100 | ||
100 | project_nav = [] | 101 | project_nav = [] |