mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
feat:#60 format, lint and fix build
This commit is contained in:
@ -12,13 +12,13 @@ const module = dialogRef.value.data.module as Module;
|
||||
<h2>{{ module.name }}</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td>{{$t('moduleInformation.course')}}: {{ module.course }}</td>
|
||||
<td>{{ $t("moduleInformation.course") }}: {{ module.course }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{$t('moduleInformation.person')}}: {{ module.prof }}</td>
|
||||
<td>{{ $t("moduleInformation.person") }}: {{ module.prof }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{$t('moduleInformation.semester')}}: {{ module.semester }}</td>
|
||||
<td>{{ $t("moduleInformation.semester") }}: {{ module.semester }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user