mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 23:18:39 +03:00
add cancel buttons
This commit is contained in:
@@ -57,11 +57,11 @@ module.exports = function(state, emit) {
|
||||
)}
|
||||
</div>
|
||||
|
||||
<a
|
||||
class="error btn--delete"
|
||||
<button
|
||||
class="btn--cancel btn--delete"
|
||||
title="${state.translate('deleteFileButton')}"
|
||||
onclick=${showPopup}>${state.translate('deleteFileButton')}
|
||||
</a>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user