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

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

Noch kleinere Anpassungen (Link öffnet in neuem Fenster, In Prod vorerst

auskommentiert)
parent 39c9e74a
2 merge requests!91Bringing JHipster7.6.0 to production,!79Integrate oer into sharing
...@@ -162,4 +162,4 @@ application: ...@@ -162,4 +162,4 @@ application:
url: https://sharing-codeability.uibk.ac.at/ url: https://sharing-codeability.uibk.ac.at/
guestAccessToken: ${APPLICATION_GITLAB_GENERALACCESSTOKEN} guestAccessToken: ${APPLICATION_GITLAB_GENERALACCESSTOKEN}
adminAccessToken: ${APPLICATION_GITLAB_ADMINACCESSTOKEN} adminAccessToken: ${APPLICATION_GITLAB_ADMINACCESSTOKEN}
oerLink: oeresource.logic.at # oerLink: oeresource.logic.at
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<!-- Link to OER --><span *ngSwitchCase="true"> <!-- Link to OER --><span *ngSwitchCase="true">
<div *ngIf="oerLink" class="nav-item"> <div *ngIf="oerLink" class="nav-item">
<span class="nav-link"> <span class="nav-link">
<a href="{{oerLink}}"> <a href="{{oerLink}}" target="oerWindow">
<fa-icon style="margin-top: 5%;" icon='edit'></fa-icon> <fa-icon style="margin-top: 5%;" icon='edit'></fa-icon>
<span jhiTranslate="global.menu.edit_exercise"></span> <span jhiTranslate="global.menu.edit_exercise"></span>
</a> </a>
......
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