mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
stream create: Remove obsolete markup.
We removed the last code to use the data-email markup in the last commit. (It was actually just needed for tests.)
This commit is contained in:
parent
0f6192cf6b
commit
548bc8a4cf
@ -29,7 +29,7 @@
|
||||
|
||||
<div id="user-checkboxes">
|
||||
{{#each users}}
|
||||
<label class="checkbox add-user-label" data-user-id="{{this.user_id}}" data-email="{{this.email}}">
|
||||
<label class="checkbox add-user-label" data-user-id="{{this.user_id}}">
|
||||
<input type="checkbox" name="user" value="{{this.email}}" {{#if @first}}checked="checked"{{#unless is_admin}} disabled="disabled"{{/unless}}{{/if}}/>
|
||||
<span></span>
|
||||
{{this.full_name}} ({{this.email}})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user