Skip to content
Snippets Groups Projects
Commit 61e32432 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'master' into feature/share-functionnality

parents 3c85af5f e45c00a2
No related branches found
No related tags found
1 merge request!97Feature/share functionnality
Showing
with 16 additions and 38 deletions
......@@ -179,3 +179,7 @@ sib-widget(name="cs-display-email-button" )
&body=I%20share%20you%20this%20resource%20from%20Coopstarter%20:%20\${value}`
)
i.far.fa-envelope
sib-widget(name="iframe-video-resource" )
template
div ${value}
include ../../components/widgets
figure.logo
img(src="../images/logo.png"
alt="Coopstarter")
......
include ../../components/widgets
div.container_min
h2.title_lead.fd_bleu=`${data.MyAccount}`
......
include ../../components/widgets
h2.title_create= data.EditYourAccount
sib-form#entrepreneur_profile_edition.block_log.block_creat_count(
......
include ../../components/widgets
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="entrepreneur-resource-list")
.like
......@@ -15,7 +13,7 @@ include ../../components/widgets
fields='name, steps, format.name, \
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
content(preview_image, iframe_link, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
header_specifications, author, country.name, language.name,\
......@@ -45,6 +43,8 @@ include ../../components/widgets
widget-review.reviewer.name='cs-resource-reviewer'
class-review.reviewer.name="validator_ressource"
widget-header_specifications='cs-section_header'
widget-iframe_link='iframe-video-resource'
label-broken=`${data.ReportBrokenLink}`
label-sharing=`${data.Access}`
......
include ../../components/widgets
sib-router
sib-route( name='resource-report-broken-link-entrepreneur', use-id)
......
include ../components/widgets
div.container_min
h2.title_lead.fd_bleu=`${data.generalLabel}`
button.button_dark.pull-right= `${data.WatchThePresentation}`
......
include ../../components/widgets
figure.logo
img(src="../images/logo.png"
alt="Coopstarter")
......
include ../../components/widgets
div.container_min
h2.title_lead.fd_bleu=`${data.MyAccount}`
......
include ../../components/widgets
h2.title_create= data.EditYourAccount
sib-form#mentor_profile_edition.block_log.block_creat_count(
......
include ../../components/widgets
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="mentor-resource-list")
.like
......
include ../../components/widgets
h2.title_lead_avenir=`${data.PostResource}`
p.p_entete=`${data.ThankYouEnrichingDatabase}`
......@@ -80,6 +78,8 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}`
upload-url-preview_image=`${sdn}upload/`
widget-preview_image='cs-form-file-custom'
class-preview_image='input_photo w_25'
widget-iframe_link='sib-form-textarea'
submit-button=`${data.SendForValidation}`
next="resource-creation-confirmation"
......
include ../../components/widgets
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="mentor-resource-list")
.like
......@@ -16,7 +14,7 @@ include ../../components/widgets
fields='name, steps, format.name,\
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
content(preview_image, iframe_link, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
header_specifications, author, country, language.name,\
......@@ -54,6 +52,7 @@ include ../../components/widgets
label-publication_year=`${data.DatePublication}`
label-header_specifications=`${data.ResourceSpecifications}`
label-format.name=''
widget-iframe_link='iframe-video-resource'
widget-steps='cs-display-step-property'
label-steps=''
......
include ../../components/widgets
h2.title_lead_avenir=`${data.EditResource}`
p.p_entete=`${data.ThankYouEnrichingDatabase}`
......@@ -18,6 +16,7 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}`
widget-header_classification='cs-section_header'
widget-header_access='cs-section_header'
widget-header_related='cs-section_header'
widget-iframe_link='sib-form-textarea'
range-type=`${endpoints.types}`
range-format=`${endpoints.formats}`
......
include ../../components/widgets
sib-router
sib-route( name='confirm_suppress', use-id)
sib-route( name='resource-report-broken-link-mentor', use-id)
......
include ../../components/widgets
sib-router
sib-route(name='improvement-dialog')
sib-route(name='refusal-dialog')
......
include ../../components/widgets
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="public-resource-list")
.like
......@@ -16,7 +14,7 @@ include ../../components/widgets
fields='name, steps, format.name,\
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
content(preview_image, iframe_link, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
header_specifications, author, country.name, language.name,\
......@@ -46,6 +44,7 @@ include ../../components/widgets
widget-review.reviewer.name='cs-resource-reviewer'
class-review.reviewer.name="validator_ressource"
widget-header_specifications='cs-section_header'
widget-iframe_link='iframe-video-resource'
label-broken=`${data.ReportBrokenLink}`
label-sharing=`${data.Access}`
......
include ../../components/widgets
sib-router
sib-route( name='resource-report-broken-link-public', use-id)
......
......@@ -9,6 +9,8 @@ html
sib-route(name='entrepreneur-dashboard')
sib-route(name='public-dashboard')
include includes/components/widgets.pug
body
#mentor-dashboard(hidden).no-sidebar
include includes/mentor/dashboard.pug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment