fix: ui fixes
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 11s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 1m24s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Failing after 29s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 9s

This commit is contained in:
2026-05-14 02:02:02 +03:00
parent d29b52f824
commit 5a1ddb82e6
10 changed files with 29 additions and 23 deletions
+9 -3
View File
@@ -50,9 +50,15 @@ function goDetail() {
<h3 class="card-title">{{ lecture.title }}</h3>
<div class="card-teacher">
<AppIcon class="teacher-icon" icon="user" :size="16" />
<span>{{ lecture.teacher }}</span>
<span class="text-secondary">· {{ lecture.institute }}</span>
<template v-if="lecture.teacher && lecture.teacher !== 'Преподаватель уточняется'">
<AppIcon class="teacher-icon" icon="user" :size="16" />
<span>{{ lecture.teacher }}</span>
<span class="text-secondary">{{ lecture.institute }}</span>
</template>
<template v-else>
<AppIcon class="teacher-icon" icon="building" :size="16" />
<span class="text-secondary">{{ lecture.institute }}</span>
</template>
</div>
<div class="card-meta">