Link to our docs and not external

This commit is contained in:
Girish Ramakrishnan
2020-09-09 23:19:37 -07:00
parent 6b7570df4e
commit 576281990b

View File

@@ -98,7 +98,7 @@
<textarea ng-model="spamConfig.blacklist" placeholder="Line separated email address patterns" name="blacklist" class="form-control" ng-class="{ 'has-error': !spamConfigChangeForm.blacklist.$dirty && spamConfig.error.blacklist }" rows="4"></textarea>
</div>
<div class="form-group">
<label class="control-label">Custom Spamassassin Rules <sup><a ng-href="https://cwiki.apache.org/confluence/display/SPAMASSASSIN/WritingRules" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<label class="control-label">Custom Spamassassin Rules <sup><a ng-href="https://docs.cloudron.io/email/#custom-spam-filtering-rules" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<div class="has-error" ng-show="spamConfig.error.config">{{ spamConfig.error.config }}</div>
<textarea ng-model="spamConfig.config" placeholder="Custom Spamassassin Rules" class="form-control" name="config" ng-class="{ 'has-error': !spamConfigChangeForm.config.$dirty && spamConfig.error.config }" rows="4"></textarea>
</div>
@@ -214,7 +214,7 @@
<div class="row">
<div class="col-xs-6">
<span class="text-muted">Email domain</span>
<span class="text-muted">Mail server location</span>
</div>
<div class="col-xs-6 text-right">
<span>{{ mailLocation.currentLocation.subdomain + (!mailLocation.currentLocation.subdomain ? '' : '.') + mailLocation.currentLocation.domain.domain }}