send private message added

This commit is contained in:
Gaelle Morin 2018-12-17 13:58:03 +01:00
parent 44e474bfb1
commit 216ca01fa4
2 changed files with 20 additions and 6 deletions

View File

@ -4,16 +4,20 @@ div.grid-layer
span Here you can find and post offers span Here you can find and post offers
sib-display#offers-list( sib-display#offers-list(
data-src=`${sdn}/job-offers/`, data-src=`${sdn}/job-offers/`,
data-fields='status, user-thumb, creation, title, description, skills', data-fields='status, user-thumb, creation, title, description, skills, send',
widget-skills='sib-display-lookuplist', set-status='closingDate',
widget-closingDate='hdapp-closing-date',
set-user-thumb='author.profile.picture, author.first_name, author.member.roles.ldp:contains.name', set-user-thumb='author.profile.picture, author.first_name, author.member.roles.ldp:contains.name',
widget-author.profile.picture='sib-display-img', widget-author.profile.picture='sib-display-img',
set-status='closingDate',
set-creation='creationDate', set-creation='creationDate',
widget-closingDate='hdapp-closing-date', widget-skills='sib-display-lookuplist',
set-content='title, description', set-send='before-send-link, send-link',
value-before-send-link='',
value-send-link='Send a private message',
template-send-link='chat-link'
search-range-skills=`${sdn}/skills/`,
search-fields='content,skills,open', search-fields='content,skills,open',
search-range-skills=`${sdn}/skills/` set-content='title, description'
) )
div.grid-layer-links.containerV div.grid-layer-links.containerV
template#groups-list-template template#groups-list-template

View File

@ -46,6 +46,16 @@
line-height: 1.6; line-height: 1.6;
} }
[name='send'] {
color: $color-blue-light;
font-size: 13px;
text-align: right;
> sib-link {
cursor: pointer;
}
}
[name='status'] { [name='status'] {
float: right; float: right;
display: flex; display: flex;