Move help text after footer heading

This commit is contained in:
Girish Ramakrishnan
2020-03-06 01:18:49 -08:00
parent a9767ac29a
commit 11419365ca

View File

@@ -390,17 +390,9 @@
</div>
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<div class="col-md-12">
<p>Some aspects of the Cloudron dashboard can be branded using <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">markdown</a>.</p>
</div>
</div>
<br/>
<div class="row" ng-hide="config.features.branding">
<div class="col-xs-12">
<b>This feature is only available in the business plan.</b>
<b>Customizing the footer is only available in the business plan.</b>
</div>
</div>
@@ -408,6 +400,8 @@
<div class="col-md-12">
<div class="form-group">
<label class="control-label" style="width: 100%">Footer</label>
<p class="text-small">Use <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" target="_blank">markdown</a> to style the footer.</p>
<textarea class="form-control" ng-model="branding.footer.content" ng-disabled="branding.footer.busy"></textarea>
</div>
</div>