Fix ruby controls

This commit is contained in:
Eryn Wells 2023-05-08 20:52:49 -07:00
parent 862b4ce77e
commit 0e81f019a7

View file

@ -2,14 +2,12 @@
<aside> <aside>
<fieldset id="ruby-controls"> <fieldset id="ruby-controls">
<legend>Ruby</legend> <legend>Ruby</legend>
<input id="none" type="radio" name="ruby-controls" value="NONE" checked> <input id="none" type="radio" name="ruby-controls" value="NONE">
<label for="none">None</label> <label for="none">Japanese Only</label>
<input id="both" type="radio" name="ruby-controls" value="BOTH" checked> <input id="both" type="radio" name="ruby-controls" value="BOTH" checked>
<label for="both">Both</label> <label for="both">Both</label>
<input id="english-only" type="radio" name="ruby-controls" value="ENGLISH">
<label for="english-only">English</label>
<input id=hidden type=radio name=ruby-controls value=HIDDEN> <input id=hidden type=radio name=ruby-controls value=HIDDEN>
<label for=hidden>Hidden</label> <label for=hidden>English Only</label>
</fieldset> </fieldset>
</aside> </aside>
{{- end }} {{- end }}