Skip to content

Commit

Permalink
Remove unused css class
Browse files Browse the repository at this point in the history
  • Loading branch information
cbliard committed Aug 29, 2024
1 parent 986772c commit 8f9f0f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/initializers/menus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@
{ controller: "/statuses" },
if: Proc.new { User.current.admin? },
caption: :label_status,
parent: :admin_work_packages,
html: { class: "statuses" }
parent: :admin_work_packages

menu.push :workflows,
{ controller: "/workflows", action: "edit" },
Expand Down

0 comments on commit 8f9f0f4

Please sign in to comment.