reorganized account page component templates more
This commit is contained in:
+1
-1
@@ -145,5 +145,5 @@
|
|||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
{{/* TODO: how to remove the platform from the path twice? */}}
|
{{/* TODO: how to remove the platform from the path twice? */}}
|
||||||
{{ component ( printf "/accounts/%d/platforms/%s/link-sections/links/%s" $acctID $platform $platform ) }}
|
{{ component ( printf "/accounts/%d/platform-links/%s" $acctID $platform ) }}
|
||||||
</details>
|
</details>
|
||||||
+1
-1
@@ -98,7 +98,7 @@
|
|||||||
class="p-[1em] text-center"
|
class="p-[1em] text-center"
|
||||||
>
|
>
|
||||||
{{- $pathSegment := lowerSnakeCase (printf "%s" $platform) }}
|
{{- $pathSegment := lowerSnakeCase (printf "%s" $platform) }}
|
||||||
{{- component (printf "/accounts/%d/platforms/%s/link-sections" $acctID $pathSegment) }}
|
{{- component (printf "/accounts/%d/platforms/%s/link-section" $acctID $pathSegment) }}
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user