mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 10:47:23 +00:00
Merge pull request #218 from hongwei1/develop
refactor/tweaked the ui a bit
This commit is contained in:
commit
01f8838ba2
@ -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()
|
||||
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user