This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit cec2077e authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Adding OERLink

parent 7895dd49
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -42,17 +42,28 @@
</li>
<!-- jhipster-needle-add-element-to-menu - JHipster will add new menu items here -->
<!-- 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">
<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>
<!-- end Search -->
<!-- Entities -->
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>
<!-- end Search -->
<!-- Link to OER -->
<ng-container *ngSwitchCase="true">
<li *ngIf="oerLink" class="nav-item"><a href="{{oerLink}}"
class="nav-link" target="oerWindow">
<fa-icon style="margin-top: 5%;" icon='edit'></fa-icon> <span
jhiTranslate="global.menu.edit_exercise"></span>
</a>
</li></ng-container>
<!-- End Link to OER -->
<!-- Entities -->
<li
*ngSwitchCase="true"
ngbDropdown
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment