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

11 lines
436 B
Handlebars

<h1>{{view.name}}</h1>
{{avatar view imageSize="large"}}
<div class='contents'>
{{unbound view.excerpt}}
</div>
<footer class='button-row'>
<a {{action privateMessage target="view"}} href="#" class='btn btn-small'>{{i18n user.private_message}}</a>
<a href='{{unbound view.url}}' class='btn btn-small'>{{i18n user.profile}}</a>
<a href='#' class='btn btn-small' data-not-implemented="true">{{i18n user.mute}}</a>
</footer>