Added badge on organisations showing if they are a user or not
This commit is contained in:
parent
14410b475a
commit
bccb292441
2 changed files with 9 additions and 0 deletions
|
@ -123,4 +123,10 @@ sub to_bool {
|
|||
}
|
||||
}
|
||||
|
||||
sub user {
|
||||
my $self = shift;
|
||||
|
||||
return $self->entity->user;
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Reference in a new issue