Enable new layout everywhere and fix SCM icons

This commit is contained in:
Joseph Schorr 2015-05-03 16:54:27 -07:00
parent abe43e758a
commit 65bce31d96
4 changed files with 8 additions and 9 deletions

View file

@ -72,8 +72,8 @@ angular.module('quay').factory('Config', [function() {
};
config.isNewLayout = function() {
// TODO(jschorr): Remove once new layout is in place for everyone.
return document.cookie.toString().indexOf('quay.exp-new-layout=true') >= 0;
// TODO(jschorr): Remove in the cleanup CL.
return true;
};
return config;