Skip to content

Commit

Permalink
Change adunis link target
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Oct 9, 2023
1 parent 9f4a081 commit 662579f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Module.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
@click="$emit('on-delete', module.id)"
/>
<h3 class="has-text-weight-bold">
<a :href="'https://studien.rj.ost.ch/' + module.url.replace('.json', '.html')">{{ module.name }}</a>
<a
target="_blank"
:href="'https://studien.rj.ost.ch/' + module.url.replace('.json', '.html')">{{ module.name }}

Check warning on line 15 in src/components/Module.vue

View workflow job for this annotation

GitHub Actions / Build

Expected 1 line break before closing bracket, but no line breaks found
</a>
</h3>
<p>{{ module.ects }} ECTS</p>
</div>
Expand Down

0 comments on commit 662579f

Please sign in to comment.