File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<button
22 @click =" copyCode()"
3- class =" {{ class }} button button-secondary hocus:bg-green absolute right-2 z-20 gap-x-1.5 bg-white text-sm lg:gap-x-2.5 lg:text-base"
3+ class =" {{ class }} gtm-copy-code button button-secondary hocus:bg-green absolute right-2 z-20 gap-x-1.5 bg-white text-sm lg:gap-x-2.5 lg:text-base"
44>
55 <span class =" sr-only" >Code</span >
66 Kopieren
Original file line number Diff line number Diff line change 1- <div x-data =" accordion({ id: '{{ slug }}' })" class =" border-green rounded-sm border bg-white" >
1+ <div x-data =" accordion({ id: '{{ slug }}' })" class =" gtm-disclosure-checklist border-green rounded-sm border bg-white" >
22 {{ partial :disclosure / control control_id = " {slug }" }}
33 <div class =" flex flex-wrap gap-x-3" >
44 <h3 class =" font-headline text-green hocus:text-green-800 text-lg font-medium" >
@@ -28,15 +28,15 @@ <h3 class="font-headline text-green hocus:text-green-800 text-lg font-medium">
2828 {{ if component && !requirement }}
2929 <a
3030 href =" {{ component :url }}"
31- class =" text-green hocus:text-green-800 flex items-center gap-x-2 underline"
31+ class =" gtm-component-link text-green hocus:text-green-800 flex items-center gap-x-2 underline"
3232 >
3333 Zur Komponente in der Wissensbibliothek
3434 {{ svg :general / arrow class = " size-6" }}
3535 </a >
3636 {{ /else }}
3737 <a
3838 href =" {{ component :url }}#{{ requirement :slug }}"
39- class =" text-green hocus:text-green-800 flex items-center gap-x-2 underline"
39+ class =" gtm-component-link text-green hocus:text-green-800 flex items-center gap-x-2 underline"
4040 >
4141 Zur Anforderung in der Wissensbibliothek
4242 {{ svg :general / arrow class = " size-6" }}
Original file line number Diff line number Diff line change 88 entryId: '{{ id }}',
99 collection: '{{ collection }}'
1010 })"
11- class =" rounded-sm bg-green-50"
11+ class =" gtm-disclosure-learning-module rounded-sm bg-green-50"
1212>
1313 {{ partial :disclosure / control control_id = " {slug }" }}
1414 <h3 class =" font-headline text-green hocus:text-green-800 flex flex-wrap gap-x-3 text-xl font-semibold" >
Original file line number Diff line number Diff line change 88 entryId: '{{ id }}',
99 collection: '{{ collection }}'
1010 })"
11- class =" border-green rounded-sm border"
11+ class =" gtm-disclosure-requirement border-green rounded-sm border"
1212>
1313 {{ partial :disclosure / control control_id = " {requirement :slug }" }}
1414 <div class =" flex flex-col-reverse gap-y-0.5 lg:gap-y-1" >
You can’t perform that action at this time.
0 commit comments