Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
enasequence
webin-portal
Commits
f7d9b142
Commit
f7d9b142
authored
Jun 24, 2021
by
Jacob Windsor
Browse files
Use vf-link class
parent
c74960ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/app/sidenav/sidenav/sidenav.component.html
src/app/sidenav/sidenav/sidenav.component.html
+2
-4
No files found.
src/app/sidenav/sidenav/sidenav.component.html
View file @
f7d9b142
<div
class=
"sidenav-container"
[class.sidenav-is-mobile]=
"mobileQuery.matches"
>
<header
id=
"masthead-black-bar"
class=
"clearfix masthead-black-bar"
>
</header>
<mat-toolbar
color=
"primary"
class=
"sidenav-toolbar"
>
<button
*ngIf=
"isAuthenticated()"
mat-icon-button
(click)=
"snav.toggle()"
>
<mat-icon>
menu
</mat-icon>
</button>
<div
class=
"float-left inline-block padding-left-large"
id=
"local-title"
>
<a
routerLink=
""
>
<a
routerLink=
""
class=
"vf-link"
>
<h4
style=
"color:white"
>
{{getTitle()}}
</h4>
...
...
@@ -128,4 +126,4 @@
<!-- Copyright 2020 Google LLC. All Rights Reserved.
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at http://angular.io/license -->
\ No newline at end of file
can be found in the LICENSE file at http://angular.io/license -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment