This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/topic-entrance.hbs
2017-10-11 15:47:18 -04:00

8 lines
224 B
Handlebars

{{#d-button action="enterTop" class="full jump-top"}}
{{d-icon 'caret-up'}} {{{topDate}}}
{{/d-button}}
{{#d-button action="enterBottom" class="full jump-bottom"}}
{{{bottomDate}}} {{d-icon 'caret-down'}}
{{/d-button}}