23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
<form accept-charset="UTF-8" action="<%- formAction %>" method="post" class="js-form">
|
|
<input name="utf8" type="hidden" value="✓" />
|
|
<input name="authenticity_token" type="hidden" value="<%- authenticityToken %>" />
|
|
<input name="_method" type="hidden" value="delete" />
|
|
|
|
<div class="CDB-Text Dialog-header u-inner">
|
|
<div class="Dialog-headerIcon Dialog-headerIcon--negative">
|
|
<i class="CDB-IconFont CDB-IconFont-keys"></i>
|
|
</div>
|
|
<p class="Dialog-headerTitle">You are about to delete your application</p>
|
|
<p class="Dialog-headerText">Remember, once you delete it there is no going back</p>
|
|
</div>
|
|
|
|
<div class="Dialog-footer u-inner">
|
|
<button type="button" class="CDB-Button CDB-Button--secondary cancel">
|
|
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">Cancel</span>
|
|
</button>
|
|
<button type="submit" class="CDB-Button CDB-Button--error js-ok">
|
|
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">Delete this application</span>
|
|
</button>
|
|
</div>
|
|
</form>
|