Skip to content
Snippets Groups Projects
Commit f78672d3 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 fe2f210e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
?> ?>
<article class="contentbox"> <article class="contentbox">
<a href="<?= $controller->link_for('oer/market/details', $material) ?>"> <a href="<?= $controller->link_for('oer/market/details', $material) ?>" target="_blank">
<header> <header>
<h1> <h1>
<?= $material->getIcon()->asImg(['class' => 'text-bottom']) ?> <?= $material->getIcon()->asImg(['class' => 'text-bottom']) ?>
......
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
<ul class="results oer_material_overview" v-if="results && results.length > 0"> <ul class="results oer_material_overview" v-if="results && results.length > 0">
<li v-for="result in results" :key="result.material_id"> <li v-for="result in results" :key="result.material_id">
<article class="contentbox" :title="result.name"> <article class="contentbox" :title="result.name">
<a :href="getMaterialURL(result.material_id)"> <a :href="getMaterialURL(result.material_id)" target="_blank">
<header> <header>
<h1> <h1>
<studip-icon :shape="getIconShape(result)" <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