##// END OF EJS Templates
repo-strip: rename file to adjust same naming as other views....
marcink -
r1723:6dac428a default
parent child Browse files
Show More
@@ -41,7 +41,6 b' class StripView(RepoAppView):'
41 41 return c
42 42
43 43 @LoginRequired()
44 @NotAnonymous()
45 44 @HasRepoPermissionAnyDecorator('repository.admin')
46 45 @view_config(
47 46 route_name='strip', request_method='GET',
@@ -54,7 +53,6 b' class StripView(RepoAppView):'
54 53 return self._get_template_context(c)
55 54
56 55 @LoginRequired()
57 @NotAnonymous()
58 56 @HasRepoPermissionAnyDecorator('repository.admin')
59 57 @view_config(
60 58 route_name='strip_check', request_method='POST',
@@ -79,7 +77,6 b' class StripView(RepoAppView):'
79 77 return data
80 78
81 79 @LoginRequired()
82 @NotAnonymous()
83 80 @HasRepoPermissionAnyDecorator('repository.admin')
84 81 @view_config(
85 82 route_name='strip_execute', request_method='POST',
General Comments 0
You need to be logged in to leave comments. Login now