2018-11-13 15:18:34 +00:00
|
|
|
<div class="content-zone">
|
|
|
|
<div class="explainer-header explainer-gap">Delete this space and all documents</div>
|
|
|
|
<form>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>Please type space name to confirm</label>
|
|
|
|
{{focus-input id="delete-space-name" type="text" value=deleteSpaceName class="form-control mousetrap" placeholder="Space name" autocomplete="off"}}
|
|
|
|
<small class="form-text text-muted">This will delete all documents and templates within this space!</small>
|
|
|
|
</div>
|
|
|
|
</form>
|
2018-12-08 20:54:19 +00:00
|
|
|
<button type="button" class="btn btn-danger mt-3" onclick={{action "onDelete"}}>Delete Space</button>
|
2018-11-13 15:18:34 +00:00
|
|
|
</div>
|