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(+), 0 deletions(-) diff --git a/app/views/admin/hooks/_data_ex.html.erb b/app/views/admin/hooks/_data_ex.html.erb index 875c20a..652ee5a 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 b6c5271..e9602e3 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -24,4 +24,7 @@ %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 -- libgit2 0.21.2