creation date and edit button wip
This commit is contained in:
parent
db352b31fc
commit
b5dbbf7384
@ -5,10 +5,10 @@ sib-router(default-route='circle-profile')
|
||||
#circle-profile(hidden)
|
||||
include templates/hd-circle-team.pug
|
||||
.content-box__info
|
||||
sib-ac-checker.circle-edit-button(permission='acl:Write', bind-resources)
|
||||
sib-link.button.text-bold.text-uppercase.reversed.button-blue.bordered.with-icon.icon-pencil(next='circle-edit', bind-resources) Edit and add Members
|
||||
|
||||
sib-display.block(
|
||||
.space-between
|
||||
div
|
||||
sib-display.testblock(
|
||||
bind-resources
|
||||
fields='creationDateSet(title, creationDate)'
|
||||
|
||||
@ -16,6 +16,9 @@ sib-router(default-route='circle-profile')
|
||||
|
||||
widget-creationDate='sib-display-date'
|
||||
)
|
||||
div
|
||||
sib-ac-checker.testblock.circle-edit-button(permission='acl:Write', bind-resources)
|
||||
sib-link.button.text-bold.text-uppercase.reversed.button-blue.bordered.with-icon.icon-pencil(next='circle-edit', bind-resources) Edit and add Members
|
||||
|
||||
|
||||
h2(name="label-team") Members:
|
||||
|
@ -195,6 +195,11 @@ h5 {
|
||||
}
|
||||
}
|
||||
|
||||
.space-between {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.section {
|
||||
border-bottom: 1px solid $color-221-51-90;
|
||||
padding: 4.5rem;
|
||||
|
Loading…
Reference in New Issue
Block a user