##// END OF EJS Templates
comments: view edit history of comment should be allowed for anonymous users, as they anyway see comments body.
marcink -
r4489:a9e68bf1 default
parent child Browse files
Show More
@@ -486,7 +486,6 b' class RepoCommitsView(RepoAppView):'
486 486 return ''
487 487
488 488 @LoginRequired()
489 @NotAnonymous()
490 489 @HasRepoPermissionAnyDecorator(
491 490 'repository.read', 'repository.write', 'repository.admin')
492 491 @CSRFRequired()
General Comments 0
You need to be logged in to leave comments. Login now