feat: rollback testimonials do not display date
This commit is contained in:
parent
9718cf87a9
commit
2dc3a4f8e1
|
@ -14,9 +14,9 @@
|
||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-bs-toggle="pill"
|
data-bs-toggle="pill"
|
||||||
id='{{ replace .company " " "-" }}-tab'
|
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
||||||
data-bs-target='#pills-{{ replace .company " " "-" }}'
|
data-bs-target='#pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
||||||
aria-controls='{{ replace .company " " "-" }}'
|
aria-controls='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
||||||
>
|
>
|
||||||
{{ .company }}
|
{{ .company }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -28,9 +28,9 @@
|
||||||
aria-selected="true"
|
aria-selected="true"
|
||||||
role="tab"
|
role="tab"
|
||||||
data-bs-toggle="pill"
|
data-bs-toggle="pill"
|
||||||
id='{{ replace .company " " "-" }}-tab'
|
id='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
||||||
data-bs-target='#pills-{{ replace .company " " "-" }}'
|
data-bs-target='#pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
||||||
aria-controls='{{ replace .company " " "-" }}'
|
aria-controls='{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
||||||
>
|
>
|
||||||
{{ .company }}
|
{{ .company }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -82,8 +82,8 @@
|
||||||
<div
|
<div
|
||||||
class="tab-pane fade bg-transparent"
|
class="tab-pane fade bg-transparent"
|
||||||
role="tabpanel"
|
role="tabpanel"
|
||||||
id='pills-{{ replace .company " " "-" }}-'
|
id='pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}'
|
||||||
aria-labelledby='pills-{{ replace .company " " "-" }}-tab'
|
aria-labelledby='pills-{{ replace .company " " "-" }}-{{ replace .date " " "-" }}-tab'
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<span class="h4">{{ .job }}</span>
|
<span class="h4">{{ .job }}</span>
|
||||||
|
|
Loading…
Reference in New Issue