[frio] Add click card on contact avatars

This commit is contained in:
Hypolite Petovan 2019-10-29 23:18:17 -04:00
commit e67833a784
8 changed files with 164 additions and 95 deletions

View file

@ -27,7 +27,7 @@
{{/if}}
</div>
<div class="event-card-profile-name profile-entry-name">
<a href="{{$author_link}}" class="userinfo">{{$author_name}}</a>
<a href="{{$author_link}}" class="userinfo hover-card">{{$author_name}}</a>
</div>
{{if $location.map}}
<div id="event-location-map-{{$id}}" class="event-location-map">{{$location.map nofilter}}</div>