rosa-build/app/assets/javascripts/angularjs/templates/get_owners.html.slim

5 lines
181 B
Plaintext

- size = Avatar::AVATAR_SIZES[:small]
a
img ng-src= "{{match.model.avatar_path}}" height= size width= size
span< ng-bind-html= "match.model.uname | uibTypeaheadHighlight:query"