From 11721b0dbe82c35789be3e4fa8e14663934b2ff5 Mon Sep 17 00:00:00 2001 From: randx Date: Sat, 21 Jul 2012 10:47:57 +0300 Subject: [PATCH] Help section for system hooks completed --- app/views/admin/hooks/_data_ex.html.erb | 52 +++++++++++++++++++++++++ app/views/help/index.html.haml | 3 ++ 2 files changed, 55 insertions(+) diff --git a/app/views/admin/hooks/_data_ex.html.erb b/app/views/admin/hooks/_data_ex.html.erb index 875c20a7..652ee5aa 100644 --- a/app/views/admin/hooks/_data_ex.html.erb +++ b/app/views/admin/hooks/_data_ex.html.erb @@ -1,4 +1,5 @@ <% data_ex_str = < <% js_lexer = Pygments::Lexer[:js] %> diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index b6c52712..e9602e33 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -23,5 +23,8 @@ %li %h5= link_to "Web Hooks", help_web_hooks_path + %li + %h5= link_to "System Hooks", help_system_hooks_path + %li %h5= link_to "API", help_api_path