2017-11-17 04:31:37 +01:00
|
|
|
{{#with user_group}}
|
|
|
|
<div class="user-group" id="{{id}}">
|
2017-12-19 04:02:31 +01:00
|
|
|
<h4>
|
|
|
|
<span class="name" contenteditable="true">{{name}}</span>
|
|
|
|
—
|
|
|
|
<span class="description" contenteditable="true">{{description}}</span>
|
|
|
|
<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>
|
2017-11-17 04:31:37 +01:00
|
|
|
<div class="pill-container" data-group-pills="{{name}}">
|
|
|
|
<div class="input" contenteditable="true"></div>
|
|
|
|
</div>
|
2017-12-19 02:16:45 +01:00
|
|
|
<button class="button rounded small save-member-changes sea-green">
|
2017-12-18 21:38:02 +01:00
|
|
|
<i class="fa fa-check" aria-hidden="true"></i>
|
|
|
|
</button>
|
2017-11-17 04:31:37 +01:00
|
|
|
</div>
|
|
|
|
{{/with}}
|