diff options
| -rw-r--r-- | app/decorators/referential_network_decorator.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/decorators/referential_network_decorator.rb b/app/decorators/referential_network_decorator.rb index 957c37966..ff3467188 100644 --- a/app/decorators/referential_network_decorator.rb +++ b/app/decorators/referential_network_decorator.rb @@ -16,7 +16,7 @@ class ReferentialNetworkDecorator < AF83::Decorator        l.href { h.referential_network_path(context[:referential], object) }      end -    instance_decorator.action_link secondary: true, policy: :edit do |l| +    instance_decorator.edit_action_link do |l|        l.content t('networks.actions.edit')        l.href do          h.edit_referential_network_path( | 
