mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 21:16:38 +03:00
Add IRC to the Community menu
This commit is contained in:
parent
937a277db1
commit
074d79408d
@ -81,6 +81,10 @@
|
||||
<i class="fa fa-fw fa-reddit"></i>
|
||||
SubReddit
|
||||
</a>
|
||||
<a class="dropdown-item text-nowrap" href="https://webchat.freenode.net/?channels=kakoune">
|
||||
<i class="fa fa-fw fa-hashtag"></i>
|
||||
IRC
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
|
@ -82,6 +82,10 @@
|
||||
<i class="fa fa-fw fa-reddit"></i>
|
||||
SubReddit
|
||||
</a>
|
||||
<a class="dropdown-item text-nowrap" href="https://webchat.freenode.net/?channels=kakoune">
|
||||
<i class="fa fa-fw fa-hashtag"></i>
|
||||
IRC
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
@ -249,7 +253,7 @@
|
||||
requests proposed by the contributors. Users
|
||||
can also ask their questions and share
|
||||
their remark with the rest of the community,
|
||||
on <b>#kakoune</b> @ irc.freenode.net.
|
||||
on <a href="https://webchat.freenode.net/?channels=kakoune"><b>#kakoune</b></a> @ irc.freenode.net.
|
||||
</div>
|
||||
<span tid-fr="feature:activeDevelopmentSupportText" class="d-none">
|
||||
Le projet est activement développé,
|
||||
@ -258,7 +262,7 @@
|
||||
d'implémentation des contributeurs. Les
|
||||
utilisateurs peuvent églament poser leurs
|
||||
questions et partager leurs remarques avec le
|
||||
reste de la communauté, sur <b>#kakoune</b>
|
||||
reste de la communauté, sur <a href="https://webchat.freenode.net/?channels=kakoune"><b>#kakoune</b></a>
|
||||
@ irc.freenode.net.
|
||||
</span>
|
||||
</div>
|
||||
|
@ -89,6 +89,10 @@
|
||||
<i class="fa fa-fw fa-reddit"></i>
|
||||
SubReddit
|
||||
</a>
|
||||
<a class="dropdown-item text-nowrap" href="https://webchat.freenode.net/?channels=kakoune">
|
||||
<i class="fa fa-fw fa-hashtag"></i>
|
||||
IRC
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
|
Loading…
Reference in New Issue
Block a user