From bf8f5d5b2b1753333d2ea9a14f728183c40c2dcb Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 14 Apr 2014 02:37:04 -0700 Subject: directory: make "connect" more prominent, but this ultimately needs more theme work. --- version.inc | 2 +- view/tpl/direntry.tpl | 2 +- view/tpl/direntry_large.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/version.inc b/version.inc index 67dbb871d..f409b226a 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-13.645 +2014-04-14.646 diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index e40504c8f..7a3d42e01 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -9,7 +9,7 @@
{{$entry.name}}
{{if $entry.connect}} -
{{$entry.conn_label}}
+
{{$entry.conn_label}}
{{/if}}
{{$entry.details}}
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index f00448175..487839f7a 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -15,7 +15,7 @@
{{$name}}{{if $online}} {{/if}}
{{if $connect}} -
{{$conn_label}}
+
{{$conn_label}}
{{/if}}
{{$address}}
-- cgit v1.2.3