diff options
| -rw-r--r-- | app/decorators/referential_decorator.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/decorators/referential_decorator.rb b/app/decorators/referential_decorator.rb index 1c2347529..5112f9dd4 100644 --- a/app/decorators/referential_decorator.rb +++ b/app/decorators/referential_decorator.rb @@ -17,6 +17,7 @@ class ReferentialDecorator < Draper::Decorator end if h.policy(object).edit? + # TODO: Handle buttons in the header and don't show them in the gear menu # button.btn.btn-primary type='button' data-toggle='modal' data-target='#purgeModal' Purger if object.archived? |
