creation date and edit button wip
This commit is contained in:
parent
db352b31fc
commit
b5dbbf7384
@ -5,17 +5,20 @@ sib-router(default-route='circle-profile')
|
|||||||
#circle-profile(hidden)
|
#circle-profile(hidden)
|
||||||
include templates/hd-circle-team.pug
|
include templates/hd-circle-team.pug
|
||||||
.content-box__info
|
.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
|
||||||
bind-resources
|
div
|
||||||
fields='creationDateSet(title, creationDate)'
|
sib-display.testblock(
|
||||||
|
bind-resources
|
||||||
|
fields='creationDateSet(title, creationDate)'
|
||||||
|
|
||||||
value-title='Creation date:'
|
value-title='Creation date:'
|
||||||
|
|
||||||
widget-creationDate='sib-display-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:
|
h2(name="label-team") Members:
|
||||||
|
@ -195,6 +195,11 @@ h5 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.space-between {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
border-bottom: 1px solid $color-221-51-90;
|
border-bottom: 1px solid $color-221-51-90;
|
||||||
padding: 4.5rem;
|
padding: 4.5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user