creation date and edit button wip

This commit is contained in:
Gaëlle Morin 2019-11-06 15:44:53 +01:00
parent db352b31fc
commit b5dbbf7384
2 changed files with 17 additions and 9 deletions

View File

@ -5,17 +5,20 @@ 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(
bind-resources
fields='creationDateSet(title, creationDate)'
.space-between
div
sib-display.testblock(
bind-resources
fields='creationDateSet(title, creationDate)'
value-title='Creation date:'
widget-creationDate='sib-display-date'
)
value-title='Creation date:'
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:

View File

@ -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;