You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<div class="im_message_venue clearfix">
|
|
|
|
|
|
|
|
<a ng-href="{{::media.mapUrl}}" target="_blank" class="im_message_venue_geopoint_wrap">
|
|
|
|
<i class="icon icon-geo-point"></i>
|
|
|
|
<img
|
|
|
|
class="im_message_venue_geopoint_image"
|
|
|
|
my-geo-point-map="media.geo"
|
|
|
|
width="100"
|
|
|
|
height="100"
|
|
|
|
alt="[{{::'conversation_media_location' | i18n}} {{::media.mapUrl}}]"
|
|
|
|
/>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<div class="im_message_venue_info">
|
|
|
|
<div class="im_message_venue_title_wrap">
|
|
|
|
<a ng-href="{{::media.mapUrl}}" target="_blank" class="im_message_document_name" ng-bind="::media.title"></a>
|
|
|
|
</div>
|
|
|
|
<div class="im_message_venue_address" ng-bind="::media.address"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|