Files
CoreGradeLearning/lib/form/templates/element-duration-inline.mustache
CHIEFSOFT\ameye e592ca6823 first commit
2024-09-30 18:11:26 -04:00

10 lines
271 B
Plaintext

{{< core_form/element-template-inline }}
{{$element}}
<div class="d-flex ml-1">
{{#element.elements}}
{{{separator}}}
{{{html}}}
{{/element.elements}}
</div>
{{/element}}
{{/ core_form/element-template-inline }}