diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-30 21:55:28 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-30 21:55:28 -0700 |
commit | e3c8e4f4833b485469616c753cc660e8a55bef29 (patch) | |
tree | 3dd417dd843b995b5e7f43349188d654664871c9 /view/tpl/abook_edit.tpl | |
parent | 8f3a99ad1f87973d0788596371f311e0e4fa1ee3 (diff) | |
download | volse-hubzilla-e3c8e4f4833b485469616c753cc660e8a55bef29.tar.gz volse-hubzilla-e3c8e4f4833b485469616c753cc660e8a55bef29.tar.bz2 volse-hubzilla-e3c8e4f4833b485469616c753cc660e8a55bef29.zip |
modify connection edit display for channels with no address/webbie
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 146030494..13b94a560 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -52,7 +52,7 @@ {{/foreach}} <div class="section-content-info-wrapper"> <div> - {{$addr_text}} <strong>'{{$addr}}'</strong> + {{$addr_text}} <strong>'{{if $addr}}{{$addr}}{{else}}{{$primeurl}}{{/if}}'</strong> </div> {{if $locstr}} <div> |