dbot/views/users/connections.jade

10 lines
223 B
Plaintext
Raw Normal View History

2012-12-24 06:47:47 +01:00
extends ../layout
block content
h3 Current Connections
div#backlink
a(href='/') « Home
#modulelinks
-each connection in connections
a.module(href='/channels/'+connection) #{connection}