temporarily disable help button on bonfires
This commit is contained in:
@ -94,9 +94,9 @@ block content
|
|||||||
if (user && user.sentSlackInvite)
|
if (user && user.sentSlackInvite)
|
||||||
.button-spacer
|
.button-spacer
|
||||||
.btn-group.input-group.btn-group-justified
|
.btn-group.input-group.btn-group-justified
|
||||||
label.btn.btn-success#i-want-help
|
label.btn.btn-success#i-want-help(disabled)
|
||||||
i.fa.fa-medkit
|
i.fa.fa-medkit
|
||||||
| Help
|
| Help(disabled)
|
||||||
label.btn.btn-success#i-want-to-pair
|
label.btn.btn-success#i-want-to-pair
|
||||||
i.fa.fa-user-plus
|
i.fa.fa-user-plus
|
||||||
| Pair
|
| Pair
|
||||||
|
Reference in New Issue
Block a user