Frio: Location should look now similar everywhere
This commit is contained in:
parent
9285ba8178
commit
05a13a99b2
1 changed files with 6 additions and 1 deletions
|
@ -207,7 +207,12 @@ as the value of $top_child_total (this is done at the end of this file)
|
||||||
<h5 class="media-heading">
|
<h5 class="media-heading">
|
||||||
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span>{{$item.name}}</span></a>
|
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span>{{$item.name}}</span></a>
|
||||||
<p class="text-muted">
|
<p class="text-muted">
|
||||||
<small><a class="time" href="{{$item.plink.orig}}"><span class="wall-item-ago">{{$item.ago}}</span></a> {{if $item.location}} — ({{$item.location}}){{/if}}</small>
|
<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}}
|
||||||
</p>
|
</p>
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue