]> git.mxchange.org Git - friendica.git/commitdiff
Frio: Added a link to the thread on the same server
authorMichael Vogel <icarus@dabo.de>
Thu, 26 May 2016 21:23:24 +0000 (23:23 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 26 May 2016 21:23:24 +0000 (23:23 +0200)
view/theme/frio/templates/wall_thread.tpl

index 50ae8c575f4303d1eff50b482a07eb7bcdc8758f..cea58e18b3cf8f60f5d39ec0a488d3f90f2cc353 100644 (file)
@@ -190,7 +190,7 @@ as the value of $top_child_total (this is done at the end of this file)
 
                        <div class="additional-info text-muted">
                                <div id="wall-item-ago-{{$item.id}}" class="wall-item-ago">
-                                       <small><span class="time" title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span></small>
+                                       <small><a href="{{$item.plink.orig}}"><span class="time" title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span></a></small>
                                </div>
 
                                {{if $item.location}}
@@ -207,7 +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><span class="wall-item-ago">{{$item.ago}}</span> {{if $item.location}}&nbsp;&mdash;&nbsp;({{$item.location}}){{/if}}</small>
+                                       <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>