Igor Zhukov
9 years ago
7 changed files with 38 additions and 45 deletions
@ -1,21 +1,21 @@
@@ -1,21 +1,21 @@
|
||||
<div class="im_message_venue clearfix"> |
||||
|
||||
<a ng-href="{{::venue.mapUrl}}" target="_blank" class="im_message_venue_geopoint_wrap"> |
||||
<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="venue.geo" |
||||
my-geo-point-map="media.geo" |
||||
width="100" |
||||
height="100" |
||||
alt="[{{::'conversation_media_location' | i18n}} {{::venue.mapUrl}}]" |
||||
alt="[{{::'conversation_media_location' | i18n}} {{::media.mapUrl}}]" |
||||
/> |
||||
</a> |
||||
|
||||
<div class="im_message_venue_info"> |
||||
<div class="im_message_venue_title_wrap"> |
||||
<a ng-href="{{::venue.mapUrl}}" target="_blank" class="im_message_document_name" ng-bind="::venue.title"></a> |
||||
<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="::venue.address"></div> |
||||
<div class="im_message_venue_address" ng-bind="::media.address"></div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
@ -1,20 +1,21 @@
@@ -1,20 +1,21 @@
|
||||
<div class="im_message_venue clearfix"> |
||||
|
||||
<a ng-href="{{::venue.mapUrl}}" target="_blank" class="im_message_venue_geopoint_wrap"> |
||||
<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="venue.geo" |
||||
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="{{::venue.mapUrl}}" target="_blank" class="im_message_document_name" ng-bind="::venue.title"></a> |
||||
<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="::venue.address"></div> |
||||
<div class="im_message_venue_address" ng-bind="::media.address"></div> |
||||
</div> |
||||
|
||||
</div> |
||||
|
Loading…
Reference in new issue