This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
b7b3882a
Commit
b7b3882a
authored
3 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
First logically running version -)
parent
e5d2c182
Branches
Branches containing commit
2 merge requests
!91
Bringing JHipster7.6.0 to production
,
!88
Integrating Update to JHipster 7.6.0 back to Development
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/webapp/app/layouts/navbar/navbar.component.html
+11
-1
11 additions, 1 deletion
src/main/webapp/app/layouts/navbar/navbar.component.html
with
11 additions
and
1 deletion
src/main/webapp/app/layouts/navbar/navbar.component.html
+
11
−
1
View file @
b7b3882a
...
...
@@ -30,8 +30,18 @@
<!-- jhipster-needle-add-entity-to-menu - JHipster will add entities to the menu here -->
</ul>
</li>
<!-- Search -->
<li
class=
"nav-item"
routerLinkActive=
"active"
[routerLinkActiveOptions]=
"{ exact: true }"
>
<a
class=
"nav-link"
routerLink=
"/"
(click)=
"collapseNavbar()"
routerLink=
"/search"
>
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"16"
height=
"16"
fill=
"currentColor"
class=
"bi bi-search"
viewBox=
"0 0 16 16"
>
<path
d=
"M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"
/>
</svg>
<span
jhiTranslate=
"global.menu.search"
></span>
</a>
<li
*jhiHasAnyAuthority=
"'ROLE_ADMIN'"
ngbDropdown
class=
"nav-item dropdown pointer"
display=
"dynamic"
routerLinkActive=
"active"
[routerLinkActiveOptions]=
"{ exact: true }"
>
<a
class=
"nav-link dropdown-toggle"
ngbDropdownToggle
href=
"javascript:void(0);"
id=
"admin
-menu"
>
<a
class=
"nav-link dropdown-toggle"
routerLink=
"/search"
id=
"search
-menu"
>
<span>
<fa-icon
icon=
"user-plus"
></fa-icon>
<span
jhiTranslate=
"global.menu.admin.main"
>
Administration
</span>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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