/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/summary-tile/subtopic-summary-tile.component.html
21 строка
736 B
Aditya Lakhotia
Fix part of #25941: Clean up legacy embedded <style> tags from HTML templates removing inconsistency of next 30 files (part-2) (#26855)
24 июл 2026, 19:54
Не верифицирован
24 июл 2026, 19:54
5531df6
Код
Авторство
О чём код?
<div class="subtopic-card e2e-test-subtopic-tile" (click)="openSubtopicPage($event)" (keydown.enter)="openSubtopicPage()" [ngClass]="{'disabled-link': !classroomUrlFragment}" tabindex="0"> <div class="subtopic-thumbnail e2e-test-subtopic-thumbnail" [ngStyle]="{background: thumbnailBgColor}"> <img [src]="thumbnailUrl" class="img-thumbnail" alt="" [ngStyle]="{background: thumbnailBgColor}"> </div> <div class="subtopic-title"> <span *ngIf="!isHackySubtopicTitleTranslationDisplayed()"> {{ subtopicTitle }} </span> <span *ngIf="isHackySubtopicTitleTranslationDisplayed()"> {{ subtopicTitleTranslationKey | translate }} </span> </div> </div>