FEATURE: always show highest trust level badge in card

FEATURE: fa-user icon for trust level badges
This commit is contained in:
Sam
2014-10-02 15:55:33 +10:00
parent b5c5c2fe37
commit 72a28aeb7c
3 changed files with 8 additions and 0 deletions

View File

@@ -252,6 +252,10 @@ SQL
!self.multiple_grant?
end
def default_icon=(val)
self.icon ||= val
end
def default_name=(val)
self.name ||= val
end