mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
12 lines
348 B
Handlebars
12 lines
348 B
Handlebars
{{top-title period=period}}
|
|
<button><i class='fa fa-caret-down'></i></button>
|
|
|
|
<div id='period-popup' {{bind-attr class="showPeriods::hidden"}}>
|
|
<ul>
|
|
{{#each p in period.availablePeriods}}
|
|
<li><a {{bind-attr href="p.showMoreUrl"}}>{{top-title tagName="span" period=p}}</a></li>
|
|
{{/each}}
|
|
</ul>
|
|
</div>
|
|
<div class='clearfix'></div>
|