We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<caption>
1 parent 3233514 commit 7552ca0Copy full SHA for 7552ca0
src/app/shared/components/dates-overview/dates-overview.component.html
@@ -2,10 +2,9 @@
2
<div class="date-time-overview mt-2 table-responsive">
3
<table class="table table-borderless d-inline-block mt-1" data-id="overviewDates">
4
<thead>
5
- <caption class="visually-hidden">{{ 'poll.caption' | translate }}</caption>
6
<tr>
7
@for (date of appointment.suggestedDates; track date; let i = $index) {
8
- <th scope="row">
+ <th>
9
{{ 'date.date' | translate }} {{ i + 1 }}
10
</th>
11
}
0 commit comments