2019-05-14 16:19:30 +00:00
|
|
|
.views-container
|
2019-12-18 18:50:47 +00:00
|
|
|
.content-box.full-width.with-form
|
|
|
|
div.content-box__header
|
|
|
|
sib-ac-checker(permission='acl:Read', bind-resources)
|
|
|
|
sib-display(
|
|
|
|
bind-resources
|
|
|
|
fields='const-title1, number, customer.name, name'
|
|
|
|
|
|
|
|
class-const-title1='h1-like'
|
2019-12-19 13:10:09 +00:00
|
|
|
class-number='h1-like word-spacing-right'
|
2019-12-18 18:50:47 +00:00
|
|
|
class-customer.name='h1-like'
|
|
|
|
class-name='h1-aside name'
|
|
|
|
|
|
|
|
value-const-title1='N°'
|
|
|
|
)
|
2020-01-19 12:19:25 +00:00
|
|
|
.mobile-sidebar-button.jsMobileSidebarOpenButton
|
|
|
|
button.icon-arrow-left-circle
|
|
|
|
span MENU
|
2019-12-18 18:50:47 +00:00
|
|
|
div.content-box__info
|
|
|
|
sib-ac-checker(permission='acl:Read', bind-resources)
|
|
|
|
#project-chat(hidden)
|
|
|
|
include page-project-chat.pug
|
|
|
|
#project-information(hidden)
|
|
|
|
include page-project-profile.pug
|
|
|
|
|
|
|
|
dialog(id='project-contributions-help').modal
|
|
|
|
sib-link(next='project-profile')
|
|
|
|
button.icon-close
|
|
|
|
img(src='/images/contributions-help.png')
|
|
|
|
|
2020-01-19 12:19:25 +00:00
|
|
|
nav.jsRightMenu.mobile-closed(role='navigation')
|
2019-01-25 14:47:14 +00:00
|
|
|
sib-router(default-route='project-chat')
|
|
|
|
ul
|
2019-02-19 15:40:29 +00:00
|
|
|
li.jsOffsiteToggle
|
2019-01-25 14:47:14 +00:00
|
|
|
a Fold menu
|
2019-12-18 18:50:47 +00:00
|
|
|
sib-route(name='project-chat')
|
2019-01-25 14:47:14 +00:00
|
|
|
li
|
|
|
|
a Chat
|
2019-12-18 18:50:47 +00:00
|
|
|
sib-route(name='project-information')
|
2019-01-25 14:47:14 +00:00
|
|
|
li
|
|
|
|
a Information
|
2019-12-19 13:14:34 +00:00
|
|
|
sib-route(name='project-contributions-help')
|