diff options
| -rw-r--r-- | app/decorators/route_decorator.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/decorators/route_decorator.rb b/app/decorators/route_decorator.rb index 7e3ea889f..f9870fbbe 100644 --- a/app/decorators/route_decorator.rb +++ b/app/decorators/route_decorator.rb @@ -75,6 +75,7 @@ class RouteDecorator < AF83::Decorator        policy: :duplicate      ) do |l|        l.content h.t('routes.duplicate.title') +      l.method :post        l.href do          h.duplicate_referential_line_route_path(            context[:referential], | 
