Skip to content
Snippets Groups Projects
Commit 76461f4e authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #191

parent 45466e7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment