Files
dss.web/client/app/views/templates/searchResult.html
2015-12-12 19:13:52 +00:00

13 lines
560 B
HTML

<a ui-sref="root.user.mix({user: match.model.user, mix: match.model.slug})">
<div class="widget">
<div class="widget-simple">
<div href="javascript:void(0)" class="widget-icon pull-left animation-fadeIn themed-background">
<img ng-src="{{match.model.image}}" class="search-result-image widget-icon sidebar-user-avatar pull-right"/>
</div>
<h4 class="widget-content text-right animation-hatch">
<small>{{match.model.title}}</small>
</h4>
</div>
</div>
</a>