aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-01-15 16:08:51 -0800
committerzotlabs <mike@macgirvin.com>2017-01-15 16:08:51 -0800
commitd7080defd3b9d72a6e7988ce72a0ef2cdd39bb70 (patch)
tree90e90fcb0a487920b9ebac646d29d5a57d6b6dd3 /view
parentb20cce1408445a48e8aec133b6df44bcd71c6321 (diff)
downloadvolse-hubzilla-d7080defd3b9d72a6e7988ce72a0ef2cdd39bb70.tar.gz
volse-hubzilla-d7080defd3b9d72a6e7988ce72a0ef2cdd39bb70.tar.bz2
volse-hubzilla-d7080defd3b9d72a6e7988ce72a0ef2cdd39bb70.zip
Still trying to make the documentation link just a wee bit more obvious.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/nav.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index bc1e64416..c56bade94 100755
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -213,8 +213,8 @@
<div id="contextual-help-content" class="contextual-help-content">
{{$nav.help.5}}
<div class="pull-right">
- <a class="contextual-help-tool" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i></a>
- <a class="contextual-help-tool" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a>
+ <a class="contextual-help-tool btn btn-primary btn-xs" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}"><i class="fa fa-question"></i>&nbsp;{{$fulldocs}}</a>
+ <a class="contextual-help-tool btn btn-default btn-xs" href="#" onclick="contextualHelp(); return false;"><i class="fa fa-times"></i></a>
</div>
</div>
{{/if}}