From c7355f550943e9e333a58e6431c11189b561a033 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Tue, 19 Nov 2013 10:52:06 -0500 Subject: [PATCH] Remove the old seo-snapshots instrumentation. --- static/js/controllers.js | 6 ------ static/partials/guide.html | 2 +- static/partials/landing.html | 2 +- static/partials/plans.html | 2 +- static/partials/repo-list.html | 2 +- static/partials/signin.html | 2 +- 6 files changed, 5 insertions(+), 11 deletions(-) diff --git a/static/js/controllers.js b/static/js/controllers.js index 5e39f7fb7..dbe3dcc54 100644 --- a/static/js/controllers.js +++ b/static/js/controllers.js @@ -26,15 +26,12 @@ function SigninCtrl($scope, $location, $timeout, Restangular, KeyService, UserSe $scope.sent = false; }); }; - - $scope.status = 'ready'; }; function PlansCtrl($scope, $location, UserService, PlanService) { // Load the list of plans. PlanService.getPlans(function(plans) { $scope.plans = plans; - $scope.status = 'ready'; }); $scope.$watch( function () { return UserService.currentUser(); }, function (currentUser) { @@ -59,7 +56,6 @@ function PlansCtrl($scope, $location, UserService, PlanService) { } function GuideCtrl($scope) { - $scope.status = 'ready'; } function RepoListCtrl($scope, Restangular, UserService) { @@ -190,8 +186,6 @@ function LandingCtrl($scope, $timeout, $location, Restangular, UserService, KeyS }); }; - $scope.status = 'ready'; - browserchrome.update(); } diff --git a/static/partials/guide.html b/static/partials/guide.html index 592ecc3a4..11dbf1707 100644 --- a/static/partials/guide.html +++ b/static/partials/guide.html @@ -1,4 +1,4 @@ -
+
Warning: Quay requires docker version 0.6.2 or higher to work

User Guide

diff --git a/static/partials/landing.html b/static/partials/landing.html index d182bc7d2..7cc547d22 100644 --- a/static/partials/landing.html +++ b/static/partials/landing.html @@ -1,4 +1,4 @@ -
+
diff --git a/static/partials/plans.html b/static/partials/plans.html index 24ac8b1e4..40eee101f 100644 --- a/static/partials/plans.html +++ b/static/partials/plans.html @@ -1,4 +1,4 @@ -
+
Plans & Pricing
diff --git a/static/partials/repo-list.html b/static/partials/repo-list.html index 536701d94..c8175e2ef 100644 --- a/static/partials/repo-list.html +++ b/static/partials/repo-list.html @@ -2,7 +2,7 @@
-
+
diff --git a/static/partials/signin.html b/static/partials/signin.html index b4b5f7685..8753ee0c1 100644 --- a/static/partials/signin.html +++ b/static/partials/signin.html @@ -1,4 +1,4 @@ -