parent
3cd454ae36
commit
a153ffcb79
@ -0,0 +1,12 @@
|
||||
@using CraftSharp.Models
|
||||
|
||||
<div class="item"
|
||||
ondragover="event.preventDefault();"
|
||||
|
||||
@ondrop="@OnDrop">
|
||||
|
||||
|
||||
<img src="/Images/Trash.png" title="Delete" alt="Delete" style="min-width: 64px; max-width: 64px" />
|
||||
<p>Delete</p>
|
||||
|
||||
</div>
|
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in new issue