Skip to content
Snippets Groups Projects
Verified Commit f4a43d7a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Merge branch 'f-boot-tour' into f-combine-js-files

parents 29bb8f89 55782a95
No related branches found
No related tags found
1 merge request!24add merge_js.sh script
Pipeline #7401 passed with warnings
...@@ -72,6 +72,9 @@ ...@@ -72,6 +72,9 @@
<xsl:attribute name="data-response-count"> <xsl:attribute name="data-response-count">
<xsl:value-of select="/Response/@count"/> <xsl:value-of select="/Response/@count"/>
</xsl:attribute> </xsl:attribute>
<xsl:if test="count(/Response/*)&lt;3 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:attribute name="class">caosdb-welcome</xsl:attribute>
</xsl:if>
<div class="background d-flex flex-column"> <div class="background d-flex flex-column">
<xsl:call-template name="caosdb-tour-toc" /> <xsl:call-template name="caosdb-tour-toc" />
<xsl:call-template name="caosdb-top-navbar" /> <xsl:call-template name="caosdb-top-navbar" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment