Skip to content

Commit

Permalink
add description for feature flag value
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tessier <[email protected]>
  • Loading branch information
puckpuck committed Nov 21, 2023
1 parent beaa193 commit 149a3de
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<%= error_tag f, :description %>

<%= label f, :enabled %>
<div style="font-size:smaller; margin:-5px 0 3px 0">
0 = false. 1 = true. Values between 0 and 1 are treated as a random probability.
</div>
<%= text_input f, :enabled %>
<%= error_tag f, :enabled %>

Expand Down

0 comments on commit 149a3de

Please sign in to comment.