Fixed a typo
parent
655ee7f92c
commit
2f1d3b34a0
|
|
@ -10,7 +10,7 @@
|
||||||
<ui:define name="authoringStep">
|
<ui:define name="authoringStep">
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<a class="btn btn-secondary btn-sm align-self-center mr-2"
|
<a class="btn btn-secondary btn-sm align-self-center mr-2"
|
||||||
href="#{mvc.basePath}/#{ContentSectionModel.sectionName}/documents/#{CmsSelectedDocumentModel.itemName}/@sciproject-description">
|
href="#{mvc.basePath}/#{ContentSectionModel.sectionName}/documents/#{CmsSelectedDocumentModel.itemPath}/@sciproject-description">
|
||||||
<bootstrap:svgIcon icon="caret-left-fill" />
|
<bootstrap:svgIcon icon="caret-left-fill" />
|
||||||
<span class="sr-only">#{SciProjectMessageBundle['description_step.back']}</span>
|
<span class="sr-only">#{SciProjectMessageBundle['description_step.back']}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue