Skip to content
Snippets Groups Projects
Commit b21c1457 authored by Alice Poggioli's avatar Alice Poggioli
Browse files

Set better loader on detail resource.

parent f8ea8b74
No related branches found
No related tags found
1 merge request!91Feature/broken link
......@@ -7,8 +7,8 @@ include ../../components/widgets
i.fas.fa-times
div#detail-entrepreneur-loader
hidden Loading the resources, please wait...
hidden
i.fas.fa-spinner.fa-spin
sib-display#detail-entrepreneur(
loader-id="detail-entrepreneur-loader"
bind-resources,
......
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="entrepreneur-resource-list")
.like
p
i.fas.fa-times
h2.title_lead_avenir Thanks!
p The submitter of the resource will be advised that this link is broken.
sib-form#report-broken-link-entrepreneur(
data-src=`${endpoints.brokenlinks}`
fields = "resource, submitter"
widget-resource='sib-form-hidden'
widget-submitter='sib-form-hidden'
submit-button='ok'
next="entrepreneur-resource-list"
)
\ No newline at end of file
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="mentor-resource-list")
.like
p
i.fas.fa-times
h2.title_lead_avenir Thanks!
p The submitter of the resource will be advised that this link is broken.
sib-form#report-broken-link-mentor(
data-src=`${endpoints.brokenlinks}`
fields = "resource, submitter"
widget-resource='sib-form-hidden'
widget-submitter='sib-form-hidden'
submit-button='ok'
next="mentor-resource-list"
)
\ No newline at end of file
......@@ -7,7 +7,8 @@ include ../../components/widgets
i.fas.fa-times
div#detail-public-loader
hidden Loading resources, please wait...
hidden
i.fas.fa-spinner.fa-spin
sib-display(
loader-id="detail-public-loader"
......
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="public-resource-list")
.like
p
i.fas.fa-times
h2.title_lead_avenir Thanks!
p The submitter of the resource will be advised that this link is broken.
sib-form#report-broken-link-public(
data-src=`${endpoints.brokenlinks}`
fields = "resource, submitter"
widget-resource='sib-form-hidden'
widget-submitter='sib-form-hidden'
submit-button='ok'
next="public-resource-list"
)
\ No newline at end of file
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