]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/event_stream_item.tpl
api: fix `friendica/notification/seen` api call
[friendica.git] / view / templates / event_stream_item.tpl
index 16d122167d1a36a948e346f484470d0bf8bffdad..15975c5d5155aa0edf7891c8e11a28d3da67f133 100644 (file)
@@ -4,23 +4,25 @@
 
        <div class="event-start">
                <span class="event-label">{{$dtstart_label}}</span>&nbsp;
-               <span class="dtstart" title="$dtstart_title">{{$dtstart_dt}}</span>
+               <span class="dtstart" title="{{$dtstart_title}}">{{$dtstart_dt}}</span>
        </div>
 
        {{if $finish}}
        <div class="event-end">
-               <span class="event-label">{{$dtstart_label}}</span>&nbsp;
-               <span class="dend" title="$dtend_title">{{$dtend_dt}}</span>
+               <span class="event-label">{{$dtend_label}}</span>&nbsp;
+               <span class="dtend" title="{{$dtend_title}}">{{$dtend_dt}}</span>
        </div>
        {{/if}}
 
+       {{if $description}}
        <div class="description event-description">{{$description}}</div>
+       {{/if}}
 
        {{if $location}}
        <div class="event-location">
                <span class="event-label">{{$location_label}}</span>&nbsp;
                {{if $location.name}}
-               <span class="event-location">{{$location.name}}</span>
+               <span class="location">{{$location.name}}</span>
                {{/if}}
                {{if $location.map}}{{$location.map}}{{/if}}