Add new icons for new intellectual_property statuses
Opened this issue · 0 comments
damisul commented
Previously we had only two statuses: copyrighted and public domain (and used (c) sign and striked-out (c) sign for them).
But now we have
- by_permission
- permission_for_all
- permission_for_selected
- orphan
- unknown
statuses
Perhaps we can consider adding new icons for them.
As far as I see we use custom font for icons, so it will take a while.
When font is ready we'll need to update single method:
bybeconv/app/helpers/application_helper.rb
Line 162 in 6bb7fe0