use existing inflections instead of custom helper (#4624)
* use existing inflections instead of custom helper * use ActiveSupport versions
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
= link_to account.domain, admin_accounts_path(by_domain: account.domain)
|
||||
%td.protocol
|
||||
- unless account.local?
|
||||
= protocol_for_display(account.protocol)
|
||||
= account.protocol.humanize
|
||||
%td.confirmed
|
||||
- if account.local?
|
||||
- if account.user_confirmed?
|
||||
|
Reference in New Issue
Block a user