prompt for deletion
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
}
|
||||
</select>
|
||||
|
||||
<a asp-action="Delete" asp-controller="Note" asp-route-noteName="@Model.CurrentNote" class="btn-symbol btn-delete" title="Delete Note">✕</a>
|
||||
<a asp-action="Delete" asp-controller="Note" asp-route-noteName="@Model.CurrentNote" id="delete-note" class="btn-symbol btn-delete" title="Delete Note">✕</a>
|
||||
<form method="post" class="action-form" asp-action="Create" asp-controller="Note">
|
||||
<input type="text" name="noteName" placeholder="Note name" />
|
||||
<button type="submit" class="btn-symbol btn-create" title="Create Note">💾</button>
|
||||
|
Reference in New Issue
Block a user