feat: rollback testimonials do not display date
This commit is contained in:
		
							parent
							
								
									9718cf87a9
								
							
						
					
					
						commit
						2dc3a4f8e1
					
				| @ -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> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user