File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
src/app/components/topnavbar Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1212 </ div >
1313 < div id ="navbar " class ="collapse navbar-collapse ">
1414 < ul class ="nav navbar-nav navbar-right ">
15- < li > < a href ="https://hoverfly.readthedocs.io/en/{{version}}/ "> < i class ="fa fa-book "
16- aria-hidden ="true "> </ i > Docs</ a > </ li >
17- < li > < a href ="https://github.com/SpectoLabs/Hoverfly "> < i class ="fa fa-github " aria-hidden ="true "> </ i > GitHub</ a >
15+ < li >
16+ < a href ="https://hoverfly.readthedocs.io/en/{{version}}/ " target ="_blank "> < i class ="fa fa-book " aria-hidden ="true "> </ i > Docs</ a >
17+ </ li >
18+ < li >
19+ < a href ="https://gitter.im/SpectoLabs/hoverfly " target ="_blank "> < i class ="fa fa-commenting " aria-hidden ="true "> </ i > Gitter</ a >
20+ </ li >
21+ < li >
22+ < a href ="https://github.com/SpectoLabs/Hoverfly " target ="_blank "> < i class ="fa fa-github " aria-hidden ="true "> </ i > GitHub</ a >
23+ </ li >
24+ < li *ngIf ="showLogoutLink " (click) ="logout() ">
25+ < a > < i class ="fa fa-sign-out " aria-hidden ="true "> </ i > Logout</ a >
1826 </ li >
19- < li *ngIf ="showLogoutLink " (click) ="logout() "> < a > < i class ="fa fa-sign-out " aria-hidden ="true "> </ i > Log out</ a > </ li >
2027 </ ul >
2128 </ div >
2229 </ div >
You can’t perform that action at this time.
0 commit comments