3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-03 08:04:17 +01:00

Merge pull request #104 from danharibo/weboverhaul

Update views/users/connections.jade
This commit is contained in:
Luke Slater 2013-01-04 14:33:03 -08:00
commit 441ede1602

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}