This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/javascripts/discourse/templates/application.js.handlebars
T
Robin Ward aa41548e8e UX: When clicking an activity date, pop up a little menu with options to
go to beginning or end of the topic.
2014-08-15 16:39:57 -04:00

10 lines
170 B
Handlebars

{{render "header"}}
<div id='main-outlet' {{bind-attr class=backgroundClass}}>
{{outlet}}
</div>
{{render "modal"}}
{{render "topic-entrance"}}
{{render "composer"}}