Skip to content

Commit

Permalink
YDA-5450: fix double logo in davrods web interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Sep 21, 2023
1 parent 3813249 commit 0a3311e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion roles/yoda_davrods/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ yoda_davrods_anonymous_enabled: true
yoda_davrods_anonymous_fqdn: public.data.yoda.test
yoda_davrods_anonymous_port: 443

yoda_davrods_logo_path: /assets/img/logo.svg
yoda_davrods_logo_link: https://www.uu.nl

yoda_portal_fqdn: portal.yoda.test # Yoda Portal fully qualified domain name (FQDN)
Expand Down
8 changes: 3 additions & 5 deletions roles/yoda_davrods/templates/header.html.j2
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<!-- start header.html -->
<div class="brandbar container">
<div class="logo pull-left">
<a href="{{ yoda_davrods_logo_link }}">
<img class="logo" src="https://{{ yoda_portal_fqdn }}{{ yoda_davrods_logo_path }}" />
</a>
<div class="pull-left">
<a class="logo" href="{{ yoda_davrods_logo_link }}"></a>
</div>
</div>

<nav class="navbar navbar-inverse navbar-static-top">
<nav class="class="navbar navbar-dark my-2"">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">Yoda Data</a>
Expand Down

0 comments on commit 0a3311e

Please sign in to comment.