diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-29 11:56:47 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-29 11:56:47 +0100 |
commit | 519862115c143cf3f645a172f39e5a0b4dc9d5bb (patch) | |
tree | 63ea16a7629d5cfad059fa581c0fac3048f26fe4 /view/tpl/event_item_content.tpl | |
parent | 4d97ea106cf45f9dd191358dc6bde3a7fab438c1 (diff) | |
parent | d3aa50c9c3d530af8b0384267c5db5a05f9ff49a (diff) | |
download | volse-hubzilla-519862115c143cf3f645a172f39e5a0b4dc9d5bb.tar.gz volse-hubzilla-519862115c143cf3f645a172f39e5a0b4dc9d5bb.tar.bz2 volse-hubzilla-519862115c143cf3f645a172f39e5a0b4dc9d5bb.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/event_item_content.tpl')
-rw-r--r-- | view/tpl/event_item_content.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/event_item_content.tpl b/view/tpl/event_item_content.tpl index 868e5ad27..76e0f4616 100644 --- a/view/tpl/event_item_content.tpl +++ b/view/tpl/event_item_content.tpl @@ -1,10 +1,10 @@ {{if $description}} -<div class="event-description"> +<div class="event-item-description"> {{$description}} </div> {{/if}} {{if $location}} -<div class="event-location"> - <span class="event-label">{{$location_label}}</span> <span class="event_location">{{$location}}</span> +<div class="event-item-location"> + <span class="event-item-label">{{$location_label}}</span> <span class="event-item-location">{{$location}}</span> </div> {{/if}} |