diff --git a/app/models/communication/website/menu/item/with_targets.rb b/app/models/communication/website/menu/item/with_targets.rb index 8ca3adea79206e9ada0ac1a97a43c577532d462a..f87d19f363e94054f8e2dee7ee280ce34042f008 100644 --- a/app/models/communication/website/menu/item/with_targets.rb +++ b/app/models/communication/website/menu/item/with_targets.rb @@ -32,8 +32,7 @@ module Communication::Website::Menu::Item::WithTargets end def target_for_news_category - # TODO use communication_categories_path - "/#{website.structure.communication_posts_path}/categories#{about.path}" if about + "/#{website.structure.communication_posts_path}#{about.path}" if about end def target_for_staff