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

Fixing display of link to resource

parent 73ba1305
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,11 @@ sib-widget(name='cs-display-property')
sib-widget(name='cs-display-link')
template
p
sib-display-link(
value="\${value}"
label="\${label}"
)
a(
href="\${value}"
name="\${name}"
target="_blank"
) ${label}
sib-widget(name='cs-display-label')
template
......
......@@ -54,6 +54,7 @@ include ../../components/widgets
label-skills='With this resource, you will be able to:'
label-uri='Link to resource'
name-uri='original-link'
label-country='Country:',
label-review.reviewer.name='Resource validated by:',
label-submitter.mentor_profile.organisation.name='Organisation:',
......
......@@ -55,6 +55,7 @@ sib-router
label-skills='With this resource, you will be able to:'
label-uri='Link to resource'
name-uri='original-link'
label-country='Country:',
label-submitter.mentor_profile.organisation.name='Organisation:',
label-author='Author :',
......
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