]> git.mxchange.org Git - friendica.git/commitdiff
And some more
authorMichael Vogel <icarus@dabo.de>
Sun, 29 May 2016 13:40:24 +0000 (15:40 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 29 May 2016 13:40:24 +0000 (15:40 +0200)
view/theme/frio/templates/wall_thread.tpl

index ccc8f6967c221677a04276a34ef14163e20f7d21..7ef178f838b375fe3466aac3e5ca851415c0c04e 100644 (file)
@@ -207,12 +207,7 @@ as the value of $top_child_total (this is done at the end of this file)
                        <h5 class="media-heading">
                                <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span>{{$item.name}}</span></a>
                                <p class="text-muted">
-                                       <small><a class="time" href="{{$item.plink.orig}}"><span class="wall-item-ago">{{$item.ago}}</span></a></small>
-                                       {{if $item.location}}
-                                               <div id="wall-item-location-{{$item.id}}" class="wall-item-location">
-                                                       <small><span class="location">({{$item.location}})</span></small>
-                                               </div>
-                                       {{/if}}
+                                       <small><a class="time" href="{{$item.plink.orig}}"><span class="wall-item-ago">{{$item.ago}}</span></a> {{if $item.location}}&nbsp;&mdash;&nbsp;({{$item.location}}){{/if}}</small>
                                </p>
                        </h5>
                </div>