Fix help_autocomplete alignment

OCD hooooooooo!

[ci skip]
This commit is contained in:
Robert Speicher 2016-03-10 15:24:37 -05:00
parent 4cd9a5208c
commit 444c6295ba
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module SearchHelper
{ label: "help: Rake Tasks Help", url: help_page_path("raketasks", "README") },
{ label: "help: SSH Keys Help", url: help_page_path("ssh", "README") },
{ label: "help: System Hooks Help", url: help_page_path("system_hooks", "system_hooks") },
{ label: "help: Webhooks Help", url: help_page_path("web_hooks", "web_hooks") },
{ label: "help: Webhooks Help", url: help_page_path("web_hooks", "web_hooks") },
{ label: "help: Workflow Help", url: help_page_path("workflow", "README") },
]
end