Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
26e60c91
Commit
26e60c91
authored
1 year ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-navbar-styling' into 'dev'
F navbar styling See merge request
!100
parents
374c850d
05a4778c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!103
Quick main-release of documentation
,
!100
F navbar styling
Pipeline
#35619
passed
1 year ago
Stage: setup
Stage: linting
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/xsl/navbar.xsl
+15
-1
15 additions, 1 deletion
src/core/xsl/navbar.xsl
with
15 additions
and
1 deletion
src/core/xsl/navbar.xsl
+
15
−
1
View file @
26e60c91
...
...
@@ -51,7 +51,7 @@
<nav
class=
"navbar navbar-expand-lg navbar-light bg-light sticky-top mb-2 flex-column"
id=
"caosdb-navbar-full"
>
<noscript>
Please enable JavaScript!
</noscript>
<div
class=
"container-fluid"
>
<a
class=
"navbar-brand"
>
<a
class=
"navbar-brand
d-lg-none d-inline
"
>
<xsl:attribute
name=
"href"
>
<xsl:value-of
select=
"$basepath"
/>
</xsl:attribute>
...
...
@@ -69,6 +69,20 @@
<span
class=
"navbar-toggler-icon"
></span>
</button>
<div
class=
"collapse navbar-collapse"
id=
"top-navbar"
>
<a
class=
"navbar-brand d-none d-lg-inline"
>
<xsl:attribute
name=
"href"
>
<xsl:value-of
select=
"$basepath"
/>
</xsl:attribute>
<xsl:element
name=
"img"
>
<xsl:if
test=
"'${BUILD_NAVBAR_BRAND_NAME}' != ''"
>
<xsl:attribute
name=
"class"
>
caosdb-logo
</xsl:attribute>
</xsl:if>
<xsl:attribute
name=
"src"
>
<xsl:value-of
select=
"concat($basepath,'webinterface/${BUILD_NUMBER}/${BUILD_NAVBAR_LOGO}')"
/>
</xsl:attribute>
</xsl:element>
${BUILD_NAVBAR_BRAND_NAME}
</a>
<ul
class=
"navbar-nav caosdb-navbar me-auto"
>
<li
class=
"nav-item dropdown"
id=
"caosdb-navbar-entities"
>
<a
class=
"nav-link dropdown-toggle"
role=
"button"
id=
"navbarEntitiesMenuLink"
data-bs-toggle=
"dropdown"
aria-expanded=
"false"
href=
"#"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment