travis-web/assets/scripts/app/templates/remove_log.hbs
2015-01-09 13:06:15 +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>