Merge pull request #1152 from coreos-inc/fixreverttag
Fix repo tag revert
This commit is contained in:
commit
fa57100cd5
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ angular.module('quay').directive('repoPanelTags', function () {
|
|||
};
|
||||
|
||||
$scope.askRevertTag = function(tag, image_id) {
|
||||
if ($scope.repo.can_write) {
|
||||
if ($scope.repository.can_write) {
|
||||
$scope.tagActionHandler.askRevertTag(tag, image_id);
|
||||
}
|
||||
};
|
||||
|
|
Reference in a new issue