diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-03-10 15:24:37 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-03-10 15:24:37 -0500 |
commit | 444c6295ba2d67ccf02072b5c089980ec9579334 (patch) | |
tree | 58804ff7b70d453e74c6699a21ca1e9e1268c90b | |
parent | 4cd9a5208cd5148c95d1de33c419b9d579985fb9 (diff) | |
download | gitlab-ce-webhooks.tar.gz |
Fix help_autocomplete alignmentwebhooks
OCD hooooooooo!
[ci skip]
-rw-r--r-- | app/helpers/search_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb index eb84c04d22d..494dad0b41e 100644 --- a/app/helpers/search_helper.rb +++ b/app/helpers/search_helper.rb @@ -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 |