mirror of https://github.com/sualko/cloud_bbb
chore: add link to contributor guide
parent
e72effbe4c
commit
77e8f97fb0
|
@ -24,6 +24,9 @@ script('bbb', 'restrictions');
|
||||||
<label for="bbb-app-navigation"><?php p($l->t('Show room manager in app navigation instead of settings page.')); ?></label>
|
<label for="bbb-app-navigation"><?php p($l->t('Show room manager in app navigation instead of settings page.')); ?></label>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h3><?php p($l->t('Community')); ?></h3>
|
||||||
|
<p><?php p($l->t('Are you enjoying this app? Give something back to the open source community.')); ?> <a href="https://github.com/sualko/cloud_bbb/blob/master/.github/contributing.md" target="_blank" rel="noopener noreferrer" class="button"><span class="heart"></span> <?php p($l->t('Checkout the contributor guide')); ?></a></p>
|
||||||
|
|
||||||
<h3>URL Shortener</h3>
|
<h3>URL Shortener</h3>
|
||||||
<p><?php p($l->t('If you like to use shorter urls, you can enter a forwarding proxy below.')); ?></p>
|
<p><?php p($l->t('If you like to use shorter urls, you can enter a forwarding proxy below.')); ?></p>
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.heart {
|
||||||
|
color: #ff0000;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: '\2665';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.oc-dialog.bbb-dialog {
|
.oc-dialog.bbb-dialog {
|
||||||
max-height: calc(100% - 70px);
|
max-height: calc(100% - 70px);
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
|
Loading…
Reference in New Issue