Skip to content
Snippets Groups Projects
Commit 3beb9a1c authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

Resolve "OER: Man verliert die Suchergebnisse, wenn man Material anschaut"

Closes #2831

Merge request studip/studip!1917
parent be82642e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
*/
?>
<article class="contentbox">
<a href="<?= $controller->link_for('oer/market/details', $material) ?>">
<a href="<?= $controller->link_for('oer/market/details', $material) ?>" target="_blank">
<header>
<h1>
<?= $material->getIcon()->asImg(['class' => 'text-bottom']) ?>
......
......@@ -162,7 +162,7 @@
<ul class="results oer_material_overview" v-if="results && results.length > 0">
<li v-for="result in results" :key="result.material_id">
<article class="contentbox" :title="result.name">
<a :href="getMaterialURL(result.material_id)">
<a :href="getMaterialURL(result.material_id)" target="_blank">
<header>
<h1>
<studip-icon :shape="getIconShape(result)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment