Skip to content

Commit

Permalink
MDL-55732 theme_boost: Add separator logic to group templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Oct 27, 2016
1 parent b242125 commit b7d127a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Expand Up @@ -2,7 +2,8 @@
{{$element}}
<div class="fdate_selector">
{{#element.elements}}
{{{.}}}
{{{separator}}}
{{{html}}}
{{/element.elements}}
</div>
{{/element}}
Expand Down
Expand Up @@ -2,7 +2,8 @@
{{$element}}
<div class="fdate_time_selector">
{{#element.elements}}
{{{.}}}
{{{separator}}}
{{{html}}}
{{/element.elements}}
</div>
{{/element}}
Expand Down
Expand Up @@ -2,7 +2,8 @@
{{$element}}
<div class="fdate_time_selector">
{{#element.elements}}
{{{.}}}
{{{separator}}}
{{{html}}}
{{/element.elements}}
</div>
{{/element}}
Expand Down

0 comments on commit b7d127a

Please sign in to comment.