mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:38:17 +08:00
A11Y: Associate label with input in bookmark modal (#18371)
This commit is contained in:
parent
250c0bccbd
commit
b97cb222c2
|
@ -20,8 +20,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="control-group custom-date-time-wrap custom-relative-wrap">
|
||||
<label class="control-label">{{i18n "relative_time_picker.relative"}}</label>
|
||||
<RelativeTimePicker @onChange={{action "relativeTimeChanged"}} />
|
||||
<label class="control-label" for="bookmark-relative-time-picker">
|
||||
{{i18n "relative_time_picker.relative"}}
|
||||
</label>
|
||||
<RelativeTimePicker @id="bookmark-relative-time-picker" @onChange={{action "relativeTimeChanged"}} />
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user