mirror of https://github.com/zulip/zulip.git
settings: Remove extraneous hr element below "Field choices".
There is no need to have hr element below the "Field choices" heading in custom profile edit form and this also makes it consistent with the new custom profile field form.
This commit is contained in:
parent
916ea58aaf
commit
e7a4790d33
|
@ -12,7 +12,6 @@
|
||||||
<div class="input-group prop-element" id="id-custom-profile-field-field-data" data-setting-widget-type="field-data-setting">
|
<div class="input-group prop-element" id="id-custom-profile-field-field-data" data-setting-widget-type="field-data-setting">
|
||||||
<label for="profile_field_choices_edit">{{t "Field choices" }}</label>
|
<label for="profile_field_choices_edit">{{t "Field choices" }}</label>
|
||||||
<div class="profile-field-choices" name="profile_field_choices_edit">
|
<div class="profile-field-choices" name="profile_field_choices_edit">
|
||||||
<hr />
|
|
||||||
<div class="edit_profile_field_choices_container">
|
<div class="edit_profile_field_choices_container">
|
||||||
{{#each choices}}
|
{{#each choices}}
|
||||||
{{> profile_field_choice }}
|
{{> profile_field_choice }}
|
||||||
|
|
Loading…
Reference in New Issue