chore: add link to contributor guide

pull/126/head
sualko 2021-02-13 16:10:49 +01:00
parent e72effbe4c
commit 77e8f97fb0
2 changed files with 11 additions and 0 deletions

View File

@ -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>
</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>
<p><?php p($l->t('If you like to use shorter urls, you can enter a forwarding proxy below.')); ?></p>

View File

@ -6,6 +6,14 @@
}
}
.heart {
color: #ff0000;
&::before {
content: '\2665';
}
}
.oc-dialog.bbb-dialog {
max-height: calc(100% - 70px);
margin-top: 25px;