Skip to content

Commit f77789c

Browse files
committed
Tools: Add missing hidden checkbox. Fixes NottingHack#620
1 parent 165c41a commit f77789c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/views/tools/tool/create.blade.php

+7
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@
9494
@enderror
9595
</div>
9696

97+
<div class="form-group form-check">
98+
<input id="hidden" class="form-check-input" type="checkbox" name="hidden">
99+
<label class="form-check-label" for="hidden">
100+
Should the tool be hidden from regular users?
101+
</label>
102+
</div>
103+
97104
<button type="submit" class="btn btn-primary btn-block">Add Tool</button>
98105
</form>
99106
</div>

0 commit comments

Comments
 (0)