Update views/users/connections.jade

This commit is contained in:
Daniel Evans 2013-01-04 21:43:40 +00:00
parent 2e9535bba1
commit 046411f2c3

View File

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