Skip to content

Instantly share code, notes, and snippets.

@berick
Created November 9, 2020 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berick/47a85e0f32f639b6ea94e8b66ec01862 to your computer and use it in GitHub Desktop.
Save berick/47a85e0f32f639b6ea94e8b66ec01862 to your computer and use it in GitHub Desktop.
diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html
index 468365714a..e049864d9f 100644
--- a/Open-ILS/src/eg2/src/app/staff/nav.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html
@@ -2,11 +2,11 @@
<div class="collapse navbar-collapse">
<div class="navbar-nav">
<div class="nav-item">
- <a i18n class="nav-link with-material-icon"
+ <a class="nav-link with-material-icon"
href="/eg/staff/"
egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
keySpec="alt+h" keyDesc="Navigate Home">
- <span class="material-icons">home</span>
+ <span class="material-icons" i18n>home</span>
</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment