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 3ccd6f2 commit f4f369fCopy full SHA for f4f369f
main.go
@@ -412,6 +412,7 @@ func main() {
412
"CanModify": canModify,
413
"Username": claims.UserInfo.Username,
414
"FullName": claims.UserInfo.FullName,
415
+ "Gatekeep": poll.Gatekeep,
416
})
417
}))
418
templates/create.tmpl
@@ -89,7 +89,7 @@
89
value="true"
90
onchange="onGatekeepChange()"
91
>
92
- <span> Gatekeep Required</span>
+ <span> Gatekeep Required (Require Quorum, Limit Voters, Force Automatic Close)</span>
93
</div>
94
<div id="quorumTypeGroup" class="form-group" style="display:none">
95
<span>Quorum Type</span>
0 commit comments