update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{{define "topbar"}}
|
||||
<header class="topbar">
|
||||
<div class="brand">
|
||||
<span class="wordmark">TAPM</span>
|
||||
<span class="product-name">Deployment Access</span>
|
||||
</div>
|
||||
<a class="brand" href="/portal" aria-label="Technology Architects Deployment Access">
|
||||
<span class="brand-logo"><img src="/static/ta-logo.svg" alt="Technology Architects"></span>
|
||||
<span class="brand-fallback">TAPM</span>
|
||||
</a>
|
||||
<nav class="portal-nav" aria-label="Portal">
|
||||
<a href="/portal" {{if eq .CurrentView "codes"}}class="active" aria-current="page"{{end}}>Codes</a>
|
||||
<a href="/portal/packages" {{if eq .CurrentView "packages"}}class="active" aria-current="page"{{end}}>Packages</a>
|
||||
|
||||
Reference in New Issue
Block a user