dbot/views/connections.jade

10 lines
220 B
Plaintext
Raw Normal View History

extends layout
block content
h3 Current Connections
div#backlink
a(href='/') « Home
#modulelinks
-each connection in connections
a.module(href='/channels/'+connection) #{connection}