Enable new layout everywhere and fix SCM icons
This commit is contained in:
parent
abe43e758a
commit
65bce31d96
4 changed files with 8 additions and 9 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue