Fixed a typo

pull/1/head
Jens Pelzetter 2022-06-25 13:14:32 +02:00
parent 655ee7f92c
commit 2f1d3b34a0
1 changed files with 1 additions and 1 deletions

View File

@ -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>