travis-web/app/templates/remove-log.hbs
2015-02-03 09:44:34 +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>