Add a security page and link it from the landing page and footer.
This commit is contained in:
parent
650348fc03
commit
b00f58d164
6 changed files with 66 additions and 11 deletions
|
@ -58,6 +58,9 @@ function PlansCtrl($scope, $location, UserService, PlanService) {
|
|||
function GuideCtrl($scope) {
|
||||
}
|
||||
|
||||
function SecurityCtrl($scope) {
|
||||
}
|
||||
|
||||
function RepoListCtrl($scope, Restangular, UserService) {
|
||||
$scope.namespace = null;
|
||||
|
||||
|
|
Reference in a new issue