First stab at trying to pre-render content for search crawlers.

This commit is contained in:
yackob03 2013-10-10 20:53:14 -04:00
parent ce81431cd3
commit 785995b473
6 changed files with 60 additions and 4 deletions

View file

@ -93,7 +93,8 @@ function PlansCtrl($scope, UserService, PlanService) {
};
}
function GuideCtrl($scope, Restangular) {
function GuideCtrl($scope) {
$scope.status = 'ready';
}
function RepoListCtrl($scope, Restangular, UserService) {
@ -194,6 +195,8 @@ function LandingCtrl($scope, $timeout, Restangular, UserService, KeyService) {
$scope.loadingmyrepos = false;
});
};
$scope.status = 'ready';
}
function RepoCtrl($scope, Restangular, $routeParams, $rootScope) {

View file

@ -1,4 +1,4 @@
<div class="container">
<div class="container ready-indicator" data-status="{{ status }}">
<div class="alert alert-warning">Warning: Quay requires docker version 0.6.2 or higher to work</div>
<h2>Getting started guide</h2>

View file

@ -1,4 +1,4 @@
<div class="jumbotron landing">
<div class="jumbotron landing ready-indicator" data-status="{{ status }}">
<div class="container">
<div class="row messages">
<div class="col-md-7">