Added badge on organisations showing if they are a user or not
This commit is contained in:
parent
baffe144f3
commit
c3ae7a2615
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