Merge pull request #268 from marshmalien/263-org-badge-count-styles

Group organization list user and member badges
This commit is contained in:
Marliana Lara
2019-06-18 13:53:32 -04:00
committed by GitHub

View File

@@ -86,15 +86,13 @@ class OrganizationListItem extends React.Component {
</Link> </Link>
</span> </span>
</DataListCell>, </DataListCell>,
<DataListCell key="org-members" righthalf="true" width={2}> <DataListCell key="related-field-counts" righthalf="true" width={2}>
<ListGroup> <ListGroup>
{i18n._(t`Members`)} {i18n._(t`Members`)}
<Badge isRead> <Badge isRead>
{organization.summary_fields.related_field_counts.users} {organization.summary_fields.related_field_counts.users}
</Badge> </Badge>
</ListGroup> </ListGroup>
</DataListCell>,
<DataListCell key="teams">
<ListGroup> <ListGroup>
{i18n._(t`Teams`)} {i18n._(t`Teams`)}
<Badge isRead> <Badge isRead>