3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-30 16:09:27 +01:00
dbot/views/users/connections.jade
2012-12-24 05:51:19 +00:00

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