Merge pull request #2222 from jojosch/add-test-help-raketasks

add help/raketasks to routing spec and search autocomplete
This commit is contained in:
Riyad Preukschas 2012-12-10 05:38:14 -08:00
commit 20c8d6e644
2 changed files with 6 additions and 0 deletions

View file

@ -95,6 +95,7 @@ module ApplicationHelper
{ label: "API Help", url: help_api_path },
{ label: "Markdown Help", url: help_markdown_path },
{ label: "SSH Keys Help", url: help_ssh_path },
{ label: "Gitlab Rake Tasks Help", url: help_raketasks_path },
]
project_nav = []