Skip to content

Commit

Permalink
Backport 'Register forgotten icon in Accountability' to v0.28 (#12259)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandru Emil Lupu <contact@alecslupu.ro>
  • Loading branch information
andreslucena and alecslupu committed Jan 8, 2024
1 parent b85292b commit e9cb44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions decidim-accountability/lib/decidim/accountability/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class Engine < ::Rails::Engine
Decidim.icons.register(name: "Decidim::Accountability::Result", icon: "briefcase-2-line", description: "Result / project (Accountability)", category: "activity",
engine: :accountability)

Decidim.icons.register(name: "route-line", icon: "route-line", category: "system", description: "", engine: :accountability)

Decidim.icons.register(name: "focus-2-line", icon: "focus-2-line", category: "system", description: "", engine: :accountability)
Decidim.icons.register(name: "briefcase-2-line", icon: "briefcase-2-line", category: "system", description: "", engine: :accountability)
end
Expand Down

0 comments on commit e9cb44d

Please sign in to comment.