Added expanded/backlink code to submodules
This commit is contained in:
parent
bc80c6f515
commit
030a230ab5
1 changed files with 18 additions and 0 deletions
|
@ -41,6 +41,12 @@
|
|||
<li><a href="https://github.com/lbryio/lbry-app" title="lbry-app source code">https://github.com/lbryio/lbry-app</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="__parents">
|
||||
<li class="__parent green" v-on:click="open('applications')">Applications</li>
|
||||
<li class="__parent red" v-on:click="open('lbrycrd')">Blockchain</li>
|
||||
<li class="__parent blue" v-on:click="open('lbry')">Data Network</li>
|
||||
</ul>
|
||||
|
||||
<span class="__close" v-on:click="close()">×</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -233,6 +239,12 @@
|
|||
<li><a href="https://github.com/lbryio/lighthouse" title="lighthouse source code">https://github.com/lbryio/lighthouse</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="__parents">
|
||||
<li class="__parent green" v-on:click="open('applications')">Applications</li>
|
||||
<li class="__parent red" v-on:click="open('lbrycrd')">Blockchain</li>
|
||||
<li class="__parent blue" v-on:click="open('lbry')">Data Network</li>
|
||||
</ul>
|
||||
|
||||
<span class="__close" v-on:click="close()">×</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -252,6 +264,12 @@
|
|||
<li><a href="https://github.com/lbryio/reflector.go" title="reflector source code">https://github.com/lbryio/reflector.go</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="__parents">
|
||||
<li class="__parent green" v-on:click="open('applications')">Applications</li>
|
||||
<li class="__parent red" v-on:click="open('lbrycrd')">Blockchain</li>
|
||||
<li class="__parent blue" v-on:click="open('lbry')">Data Network</li>
|
||||
</ul>
|
||||
|
||||
<span class="__close" v-on:click="close()">×</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue