mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
11 lines
363 B
Handlebars
11 lines
363 B
Handlebars
<h2>{{period-title period showDateRange=true}}</h2>
|
|
<button>{{d-icon "caret-down"}}</button>
|
|
|
|
<div id='period-popup' class="{{unless showPeriods 'hidden'}} period-popup">
|
|
<ul>
|
|
{{#each site.periods as |p|}}
|
|
<li><a href {{action "changePeriod" p}}>{{period-title p showDateRange=true}}</a></li>
|
|
{{/each}}
|
|
</ul>
|
|
</div>
|
|
<div class='clearfix'></div>
|