Add back in the about and security pages

This commit is contained in:
Joseph Schorr 2015-02-23 11:51:07 -05:00
parent 9bc3167dee
commit 078f9c206f
4 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1,8 @@
(function() {
/**
* Security page.
*/
angular.module('quayPages').config(['pages', function(pages) {
pages.create('security', 'security.html');
}]);
}())