2017-11-17 04:31:37 +01:00
|
|
|
{{#with user_group}}
|
2018-01-13 19:38:30 +01:00
|
|
|
<div class="user-group white-box" id="{{id}}">
|
2017-12-19 04:02:31 +01:00
|
|
|
<h4>
|
2018-01-03 19:14:20 +01:00
|
|
|
<span class="name" data-placeholder="{{t 'Name' }}" contenteditable="true" spellcheck="false">{{name}}</span>
|
2017-12-19 04:02:31 +01:00
|
|
|
—
|
2018-01-03 19:14:20 +01:00
|
|
|
<span class="description" data-placeholder="{{t 'Description' }}" contenteditable="true">{{description}}</span>
|
2017-12-19 04:02:31 +01:00
|
|
|
<button class="button rounded small save-group-changes sea-green">
|
|
|
|
<i class="fa fa-check" aria-hidden="true"></i>
|
|
|
|
</button>
|
|
|
|
<button class="button rounded small delete btn-danger">
|
|
|
|
<i class="fa fa-trash-o" aria-hidden="true"></i>
|
|
|
|
</button>
|
|
|
|
</h4>
|
2018-01-03 19:14:20 +01:00
|
|
|
<p>
|
|
|
|
{{t 'Subscribers' }}
|
|
|
|
<div class="pill-container" data-group-pills="{{name}}">
|
|
|
|
<div class="input" contenteditable="true" data-placeholder="{{t 'Add member...' }}"></div>
|
|
|
|
</div>
|
|
|
|
<button class="button rounded small save-member-changes sea-green">
|
|
|
|
<i class="fa fa-check" aria-hidden="true"></i>
|
|
|
|
</button>
|
|
|
|
</p>
|
2017-11-17 04:31:37 +01:00
|
|
|
</div>
|
|
|
|
{{/with}}
|