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