feature: admin-communities-list

This commit is contained in:
gaelle morin 2020-12-06 00:11:14 +01:00
parent 922e8a60e3
commit f7bbadb14c
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
template
solid-ac-checker(data-src="${value}", nested-field="members", permission='acl:Append')
solid-link(
class='button text-bolder text-uppercase reversed button-secondary bordered icon icon-plus'
class='button text-small text-bold text-uppercase reversed color-secondary bordered icon icon-plus'
data-src="${value}"
next="admin-users-create"
data-trans='communities.linkInvite'
@ -16,19 +16,19 @@
div.button.button-disabled(data-trans='communities.noPermission')
#admin-communities-list.content-box__height(hidden, data-view="admin-communities-list")
div.segment.padding-xlarge.border-bottom
div.segment.padding-top-xsmall.padding-right-large.padding-bottom-xsmall.padding-left-large.border-bottom.border-color-grey.text-color-heading
div
h2.text-uppercase.text-xlarge.text-letter-spacing-large(data-trans='communities.title')
div.segment.lg-hidden
button.mobile-sidebar-button.jsMobileSidebarOpenButton.icon-arrow-left-circle(data-trans='communities.menuMobile')
div.segment.padding-xlarge.clearfix
div.segment.padding-y-small.margin-bottom.clearfix
h3.text-large.text-bold.text-letter-spacing-large(data-trans='communities.subTitle')
div.segment.padding-large.clearfix
div.segment.margin-bottom-medium.float-left
h3.text-color-heading.text-semibold.text-letter-spacing-large(data-trans='communities.subTitle')
.table-wrapper
.table.segment.margin-bottom
div.table-header
.table
div.table-header.bg-color-third.text-color-heading
div.table-cell.w450(data-trans='communities.tableHeader1')
div.table-cell.w370(data-trans='communities.tableHeader2')
@ -39,7 +39,7 @@
fields='community.name, community'
loader-id='loader-admin-community'
class-community.name='table-cell w450 text-color-heading text-bold text-letter-spacing-large'
class-community.name='table-cell w450 text-xlarge text-color-heading text-semibold text-letter-spacing-large'
class-community='table-cell w370'
widget-community='hubl-action-community'