Merge branch 'staging' of git.happy-dev.fr:startinblox/applications/sib-app into staging

This commit is contained in:
Gaëlle Morin 2019-05-20 14:44:23 +02:00
commit e0f947f561
3 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,6 @@
#logo #logo
img(src="/images/logo.png" width=111 height=32) sib-link(next='members')
img(src='/images/logo.png' width=111 height=32)
#search-bar #search-bar
input#search-input(type='search') input#search-input(type='search')

View File

@ -4,13 +4,17 @@ div.job-offers__main
include templates/template-groups.pug include templates/template-groups.pug
include templates/template-skills.pug include templates/template-skills.pug
include templates/template-joboffers-filter.pug include templates/template-joboffers-filter.pug
sib-widget(name='hd-contact-author')
template
sib-link(next='member-chat', data-src="${value.profile['@id']}") Send a message
div.job-offers__content div.job-offers__content
h1 New offers h1 New offers
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='user-thumb, creationDate, title, description, skills, send', data-fields='user-thumb, creationDate, title, description, skills, author',
set-user-thumb='author.account.picture, author.first_name, author.groups', set-user-thumb='author.account.picture, author.first_name, author.groups',
widget-author.account.picture='hd-user-avatar', widget-author.account.picture='hd-user-avatar',
@ -20,8 +24,7 @@ div.job-offers__main
widget-skills='skills-name', widget-skills='skills-name',
multiple-skills, multiple-skills,
action-send='member-chat', widget-author='hd-contact-author',
label-send='Send a private message',
search-range-skills=`${sdn}/skills/`, search-range-skills=`${sdn}/skills/`,
search-fields='content, open, skills', search-fields='content, open, skills',

View File

@ -131,7 +131,7 @@
} }
} }
[name='send'] { hd-contact-author {
color: $color-244-73-62; color: $color-244-73-62;
font-size: 1.3rem; font-size: 1.3rem;
float: right; float: right;