Normalize item location template variable name
This commit is contained in:
parent
c767325257
commit
9ff228812f
14 changed files with 21 additions and 33 deletions
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
<div class="wall-item-actions">
|
||||
|
||||
<div class="wall-item-location">{{$item.location nofilter}} </div>
|
||||
<div class="wall-item-location">{{$item.location_html nofilter}} </div>
|
||||
|
||||
<div class="wall-item-actions-social">
|
||||
{{if $item.star}}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="wall-item-location">{{$item.location nofilter}}</div>
|
||||
<div class="wall-item-location">{{$item.location_html nofilter}}</div>
|
||||
</div>
|
||||
<div class="wall-item-content">
|
||||
{{$item.ago}} {{$item.body nofilter}}
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
|
||||
<div class="wall-item-location">{{$item.location nofilter}} {{$item.postopts}}</div>
|
||||
<div class="wall-item-location">{{$item.location_html nofilter}} {{$item.postopts}}</div>
|
||||
|
||||
<div class="wall-item-actions-isevent">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue