diff --git a/static/js/directives/ui/header-bar.js b/static/js/directives/ui/header-bar.js
index e370b9432..535f8f2c1 100644
--- a/static/js/directives/ui/header-bar.js
+++ b/static/js/directives/ui/header-bar.js
@@ -18,6 +18,8 @@ angular.module('quay').directive('headerBar', function () {
// Monitor any user changes and place the current user into the scope.
UserService.updateUserIn($scope);
+ $scope.isNewLayout = Config.isNewLayout();
+
$scope.signout = function() {
ApiService.logout().then(function() {
UserService.load();