We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73db2e commit c17bd53Copy full SHA for c17bd53
output/hABy9sJ_sprite.vtt
views/account/channel.pug
@@ -139,9 +139,9 @@ block content
139
if channel.channelDescription
140
p.fw(style="font-size:18px" id="descriptionText") #{channel.channelDescription}
141
142
- //if user && user.role == 'admin'
143
- // each ip in ips
144
- // p= ip
+ if user && user.role == 'admin'
+ each ip in ips
+ p= ip
145
146
if user && ( user.role == 'admin' || user.role == 'moderator') && channel.status !== 'restricted'
147
br
0 commit comments