Merge remote-tracking branch 'Simon/develop' into develop

This commit is contained in:
Hongwei 2023-03-15 14:25:31 +01:00
commit 2eaf5a3206
2 changed files with 3 additions and 8 deletions

View File

@ -244,11 +244,6 @@ WIP to add comments on resource docs. This code copied from Sofit.
case _ => ""
}
val localeHeadline : String = localeParam match {
case Full(x) => x
case _ => ""
}
val contentHeadline : String = rawContentParam match {
case Full(x) => x
case _ => ""
@ -834,7 +829,7 @@ WIP to add comments on resource docs. This code copied from Sofit.
// Title / Headline we display including count of APIs
val headline : String = s"""
${apiVersionRequested.stripPrefix("OBP").stripPrefix("BG").stripPrefix("STET").stripPrefix("UK")}
$tagsHeadline $localeHeadline $contentHeadline $implementedHereHeadline (${resources.length} APIs)
$tagsHeadline $contentHeadline $implementedHereHeadline (${resources.length} APIs)
""".trim()

View File

@ -178,9 +178,9 @@
<li class="breadcrumbs__list" id = "index_language_tag_link">
<div class="language-tag" data-lift="WebUI.selectedLocale">
<span>Language</span>
<span><a id="es" href="">ES</a></span>
<span>|</span>
<span><a id="en" href="">EN</a></span>
<span>|</span>
<span><a id="es" href="">ES</a></span>
</div>
</li>
</ul>