Add feature flag to enable viewing builds and build logs for public repos

This commit is contained in:
Joseph Schorr 2017-08-07 15:24:36 -04:00
parent 0359ac8753
commit dff4207a89
6 changed files with 18 additions and 6 deletions

View file

@ -10,7 +10,7 @@ angular.module('quay').directive('buildMiniStatus', function () {
restrict: 'C',
scope: {
'build': '=build',
'isAdmin': '=isAdmin'
'canView': '=canView'
},
controller: function($scope, $element, BuildService) {
$scope.isBuilding = function(build) {