<h5 class="media-heading">
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span class="btn-link">{{$item.name}}</span></a>
<span class="text-muted">
- <small><span title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span> {{if $item.location}} — ({{$item.location}}){{/if}}</small>
+ <small><span title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span></small>
+ {{if $item.location}}
+ <small><span class="location">{{$item.location}}</span></small>
+ {{/if}}
</span>
</h5>
</div>