feat: rollback testimonials do not display date

This commit is contained in:
Urko 2023-06-14 00:13:22 +02:00
parent 9718cf87a9
commit 2dc3a4f8e1
1 changed files with 8 additions and 8 deletions

View File

@ -14,9 +14,9 @@
aria-selected="true"
role="tab"
data-bs-toggle="pill"
id='{{ replace .company " " "-" }}-tab'
data-bs-target='#pills-{{ replace .company " " "-" }}'
aria-controls='{{ replace .company " " "-" }}'
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
data-bs-target='#pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
aria-controls='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
>
{{ .company }}
</div>
@ -28,9 +28,9 @@
aria-selected="true"
role="tab"
data-bs-toggle="pill"
id='{{ replace .company " " "-" }}-tab'
data-bs-target='#pills-{{ replace .company " " "-" }}'
aria-controls='{{ replace .company " " "-" }}'
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
data-bs-target='#pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
aria-controls='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
>
{{ .company }}
</div>
@ -82,8 +82,8 @@
<div
class="tab-pane fade bg-transparent"
role="tabpanel"
id='pills-{{ replace .company " " "-" }}-'
aria-labelledby='pills-{{ replace .company " " "-" }}-tab'
id='pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
aria-labelledby='pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
>
<div>
<span class="h4">{{ .job }}</span>