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/search/user_result.js.handlebars
2013-02-05 14:16:51 -05:00

8 lines
155 B
Handlebars

{{#with view.content}}
<a href='{{unbound url}}'>
{{avatar this usernamePath="title" imageSize="small"}}
{{unbound title}}
</a>
{{/with}}