From 05a13a99b2c89db5d01e205301888a8a5c90108a Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sat, 28 May 2016 13:47:41 +0200 Subject: [PATCH] Frio: Location should look now similar everywhere --- view/theme/frio/templates/wall_thread.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 7ef178f83..ccc8f6967 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -207,7 +207,12 @@ as the value of $top_child_total (this is done at the end of this file)
{{$item.name}}

- {{$item.ago}} {{if $item.location}} — ({{$item.location}}){{/if}} + {{$item.ago}} + {{if $item.location}} +

+ ({{$item.location}}) +
+ {{/if}}