Commit 3a481777629e3280b48b55deb287dca02ee389e6

Authored by Johannes Schleifenbaum
1 parent f8144bd3

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 95 { label: "API Help", url: help_api_path },
96 96 { label: "Markdown Help", url: help_markdown_path },
97 97 { label: "SSH Keys Help", url: help_ssh_path },
  98 + { label: "Gitlab Rake Tasks Help", url: help_raketasks_path },
98 99 ]
99 100  
100 101 project_nav = []
... ...