mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
extends ../layout
|
|
|
|
block content
|
|
h3 Current Connections
|
|
div#backlink
|
|
a(href='/') « Home
|
|
#modulelinks
|
|
-each connection in connections
|
|
a.module(href='/channels/'+connection) #{connection}
|
|
a.module(href='/profile/'+connection) #{connection} headshots
|