mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 04:25:41 +00:00
13 lines
560 B
HTML
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>
|