From 7ef439763428c7bea7dd2d70f358cf27128f3c79 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 29 Jun 2015 14:25:04 +0200 Subject: fix directory location --- view/tpl/direntry.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 98ec25e23..6407f1edd 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -41,9 +41,9 @@ {{/if}} - {{if $entry.details}} + {{if $entry.location}}
- {{$entry.location}} {{$entry.details}} + {{$entry.location_label}} {{$entry.location}}
{{/if}} -- cgit v1.2.3