v0.5.133: type=submit на кнопке удаления
This commit is contained in:
+1
-1
@@ -235,7 +235,7 @@
|
||||
<button class="btn btn-sm" title="Сохранить">✓</button>
|
||||
</form>
|
||||
<form method="POST" action="/v2/app/delete/<%= e.id %>" style="display:inline;">
|
||||
<button class="btn btn-sm btn-danger" onclick="return confirm('Удалить?')" title="Удалить">🗑️</button>
|
||||
<button type="submit" class="btn btn-sm btn-danger" onclick="return confirm('Удалить?')" title="Удалить">🗑️</button>
|
||||
</form>
|
||||
<% } %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user