travis-web/assets/scripts/app/templates/remove-log.hbs
2015-01-29 13:39:06 +01:00

9 lines
287 B
Handlebars

<a href="#" class="close" {{action "close" target=view}}></a>
<p><strong>This action will remove the log permanently!</strong></p>
<p>Do you want to continue?</p>
<p>
<a class="sync_now button">Yes, please!</a>
<span class="or">or</span>
<a href="#" class="cancel">Cancel</a>
</p>