moodle/lib/form/templates/element-duration-inline.mustache
2019-04-03 10:07:41 +08: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 }}