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/views/user.js.es6
Robin Ward 5fc150e057 A mucher saner API for updating the title of routes, even when nested.
Properly sends the title of the page to google analytics
2014-10-09 14:55:29 -04:00

5 lines
125 B
JavaScript

export default Ember.View.extend(Discourse.ScrollTop, {
templateName: 'user/user',
userBinding: 'controller.content'
});