aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings_nick_set.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-08 18:06:31 -0800
committerzotlabs <mike@macgirvin.com>2016-12-08 18:06:31 -0800
commit33d75ad7b0b203f121d35d857a9c17d71dda6327 (patch)
tree6f9f8049df4e8e1e3693ee45dd4849b18004da6a /view/tpl/settings_nick_set.tpl
parent1a3222d357a17f703abe7a86b1eea8c5ae8f5121 (diff)
downloadvolse-hubzilla-33d75ad7b0b203f121d35d857a9c17d71dda6327.tar.gz
volse-hubzilla-33d75ad7b0b203f121d35d857a9c17d71dda6327.tar.bz2
volse-hubzilla-33d75ad7b0b203f121d35d857a9c17d71dda6327.zip
Report the WebDAV endpoint on the settings page (under the reddress) if the account techlevel suggests the viewer isn't going to run away screaming and have epileptic seizures when they see the term 'WebDAV'.
Diffstat (limited to 'view/tpl/settings_nick_set.tpl')
-rwxr-xr-xview/tpl/settings_nick_set.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/settings_nick_set.tpl b/view/tpl/settings_nick_set.tpl
index 2460952fe..76fe7cd8d 100755
--- a/view/tpl/settings_nick_set.tpl
+++ b/view/tpl/settings_nick_set.tpl
@@ -1,4 +1,8 @@
<div id="settings-nick-wrapper" class="section-content-info-wrapper">
-<div id="settings-nickname-desc">{{$desc}} <strong>'{{$nickname}}@{{$basepath}}'</strong>{{$subdir}}</div>
+<div id="settings-nickname-desc">{{$desc}} <strong>'{{$nickname}}@{{$basepath}}'</strong></div>
+{{if $davpath}}
+<br>
+<div id="settings-dav-desc">{{$davdesc}} <strong>'{{$davpath}}'</strong></div>
+{{/if}}
</div>
<div id="settings-nick-end" ></div>