Skip to content

Commit c17bd53

Browse files
committed
show ips for admins
1 parent b73db2e commit c17bd53

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

output/hABy9sJ_sprite.vtt

Lines changed: 0 additions & 17 deletions
This file was deleted.

views/account/channel.pug

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ block content
139139
if channel.channelDescription
140140
p.fw(style="font-size:18px" id="descriptionText") #{channel.channelDescription}
141141

142-
//if user && user.role == 'admin'
143-
// each ip in ips
144-
// p= ip
142+
if user && user.role == 'admin'
143+
each ip in ips
144+
p= ip
145145

146146
if user && ( user.role == 'admin' || user.role == 'moderator') && channel.status !== 'restricted'
147147
br

0 commit comments

Comments
 (0)