Skip to content

Commit

Permalink
icon_for() supports Embargo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Jan 17, 2024
1 parent bc30ff2 commit 32ca0aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ def icon_for(entity)
icon = "far fa-folder-open"
when "ElementNamespace"
icon = "fa fa-code"
when "Embargo"
icon = "fa fa-lock"
when "Event"
icon = "fa fa-calendar-alt"
when "FileFormat"
Expand Down

0 comments on commit 32ca0aa

Please sign in to comment.