feat: add the comments in the navbar (#14067)

This commit is contained in:
Ridhwana 2021-06-25 13:00:57 +02:00 committed by GitHub
parent 60146f1af1
commit 36946766ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ class AdminMenu
scope :content_manager, "dashboard-line", [
item(name: "posts", controller: "articles"),
item(name: "comments", controller: "comments"),
item(name: "badges", children: [
item(name: "library", controller: "badges"),
item(name: "achievements", controller: "badge_achievements"),