]> git.0d.be Git - panikdb.git/commitdiff
add link to forums
authorFrédéric Péters <fpeters@0d.be>
Thu, 3 Dec 2020 14:12:01 +0000 (15:12 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 3 Dec 2020 14:12:01 +0000 (15:12 +0100)
panikdb/static/css/style.scss
panikdb/templates/home.html

index 29046e8f2a70205c6963e946d81d24a1adbe3f59..66124efa140e4826427cbd1e7106b6b14fca212c 100644 (file)
@@ -367,6 +367,7 @@ a [class^="icon-"], a [class*=" icon-"] {
 .icon-members::before             { content: "\f0c0 "; }
 .icon-wiki::before                { content: "\f05a "; }
 .icon-cms::before                 { content: "\f016 "; }
+.icon-forums::before              { content: "\f0e6 "; }
 
 .icon-circle-arrow-down:after     { content: "  \f0ab"; }
 .icon-arrow-left:after            { content: "\f060"; }
index 8287cd8e3e32f73c8095b31385f44741217e9878..30ca5f7802d6ac12044f679cb0a0a9ba2a7823ab 100644 (file)
@@ -18,6 +18,7 @@
 {% block more-user-links %}
 {{ block.super }}
 <a class="icon-wiki" href="/wiki/">Wiki</a>
+<a class="icon-forums" href="https://forums.radiopanik.org/">Forums</a>
 <a class="icon-members" href="{% url 'members-list-view' %}">Annuaire des membres</a>
 {% if perms.nonstop.add_track %}
 <a class="icon-music" href="{% url 'nonstop-quick-links' %}">Gestion nonstop</a>