From 0b74ae849d3f87564e789673ecf67aa54ec7cd8a Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Mon, 23 Jan 2017 18:28:40 -0600 Subject: Created the gear settings entry and created a way to initialize both sections with one controller Changed views to partials, created the repository view, created a repository_helper to further aid the creation of variables across different controllers --- app/views/projects/settings/repository/show.html.haml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/views/projects/settings/repository/show.html.haml') diff --git a/app/views/projects/settings/repository/show.html.haml b/app/views/projects/settings/repository/show.html.haml index 428a6f4b2a0..88291653d84 100644 --- a/app/views/projects/settings/repository/show.html.haml +++ b/app/views/projects/settings/repository/show.html.haml @@ -1,2 +1,4 @@ -%h1 - Hello World +- page_title "Repository" + += render "projects/deploy_keys/index" += render "projects/protected_branches/index" -- cgit v1.2.1