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:
Steve Howell 2020-01-27 16:54:29 +00:00
parent 0f6192cf6b
commit 548bc8a4cf

View File

@ -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}})