Fix #794 by adding scribe and translate
This commit is contained in:
parent
a90c65ad27
commit
84eb0988ee
3 changed files with 12 additions and 0 deletions
BIN
beetroot_static/img/dashboard/scribe_circle.png
Normal file
BIN
beetroot_static/img/dashboard/scribe_circle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
beetroot_static/img/dashboard/translate_circle.png
Normal file
BIN
beetroot_static/img/dashboard/translate_circle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -74,5 +74,17 @@
|
|||
<div class="dashlink-text"><p>Audio Conference</p></div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="image-dash">
|
||||
<a class="dashlink" href="https://translate.disroot.org">
|
||||
<img src="/static/themes/beetroot/img/dashboard/translate_circle.png">
|
||||
<div class="dashlink-text"><p>Audio Conference</p></div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="image-dash">
|
||||
<a class="dashlink" href="https://scribe.disroot.org">
|
||||
<img src="/static/themes/beetroot/img/dashboard/scribe_circle.png">
|
||||
<div class="dashlink-text"><p>Audio Conference</p></div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue