0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/app/assets/javascripts/select-kit/addon/components/period-chooser/period-chooser-header.hbs
2023-06-22 22:54:46 +02:00

9 lines
No EOL
202 B
Handlebars
Vendored

<h2 class="selected-name" title={{this.title}}>
{{period-title
this.value
showDateRange=true
fullDay=this.selectKit.options.fullDay
}}
</h2>
{{d-icon this.caretIcon class="caret-icon"}}