dbot/views/users/connections.jade
2013-01-04 21:43:40 +00:00

10 lines
227 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}