Improve business plan placeholders

This commit is contained in:
Johannes Zellner
2020-02-14 20:43:45 +01:00
parent ae0c0f957e
commit 732b1ae0de
2 changed files with 6 additions and 4 deletions

View File

@@ -356,7 +356,7 @@
<div class="row" ng-hide="config.features.privateDockerRegistry">
<div class="col-xs-12">
<b class="text-danger">This features is only available in the business plan.</b>
<b>This features is only available in the business plan.</b>
</div>
</div>
@@ -394,7 +394,7 @@
<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 [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).</p>
<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>
@@ -402,7 +402,7 @@
<div class="row" ng-hide="config.features.branding">
<div class="col-xs-12">
<b class="text-danger">This features is only available in the business plan.</b>
<b>This features is only available in the business plan.</b>
</div>
</div>
@@ -418,5 +418,7 @@
<button class="btn btn-outline btn-primary pull-right" ng-click="branding.footer.save()"><i class="fa fa-circle-notch fa-spin" ng-show="branding.footer.busy"></i> Save</button>
</div>
</div>
<br/>
</div>
</div>