mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:46:03 +01:00
Add mute relationships to Rails Admin
This commit is contained in:
parent
00959a8645
commit
0d34037dc7
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ RailsAdmin.config do |config|
|
|||
Relationship
|
||||
Relationships::Follow
|
||||
Relationships::Block
|
||||
Relationships::Mute
|
||||
Report
|
||||
Service
|
||||
Services::Twitter
|
||||
|
@ -69,6 +70,7 @@ RailsAdmin.config do |config|
|
|||
"Relationship" => "people-arrows",
|
||||
"Relationships::Block" => "user-slash",
|
||||
"Relationships::Follow" => "user-friends",
|
||||
"Relationships::Mute" => "volume-mute",
|
||||
"Report" => "exclamation-triangle",
|
||||
"Service" => "network-wired",
|
||||
"Services::Twitter" => "dumpster-fire",
|
||||
|
|
Loading…
Reference in a new issue