Add a security page and link it from the landing page and footer.

This commit is contained in:
yackob03 2013-11-22 15:54:23 -05:00
parent 650348fc03
commit b00f58d164
6 changed files with 66 additions and 11 deletions

View file

@ -58,6 +58,9 @@ function PlansCtrl($scope, $location, UserService, PlanService) {
function GuideCtrl($scope) {
}
function SecurityCtrl($scope) {
}
function RepoListCtrl($scope, Restangular, UserService) {
$scope.namespace = null;