OSDN Git Service

add help raketasks to search autocomplete
authorJohannes Schleifenbaum <johannes@js-webcoding.de>
Sat, 8 Dec 2012 16:34:24 +0000 (17:34 +0100)
committerJohannes Schleifenbaum <johannes@js-webcoding.de>
Sat, 8 Dec 2012 16:35:10 +0000 (17:35 +0100)
app/helpers/application_helper.rb

index 81be624..571c0cb 100644 (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 = []