Improved clarity around deletion operation
This commit is contained in:
parent
17a6b6a691
commit
84a09f7370
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
<.link
|
<.link
|
||||||
href={~p"/sources/#{@media_item.source_id}/media/#{@media_item}?delete_files=true"}
|
href={~p"/sources/#{@media_item.source_id}/media/#{@media_item}?delete_files=true"}
|
||||||
method="delete"
|
method="delete"
|
||||||
data-confirm="Are you sure you want to delete this record and ALL files associated with it? This cannot be undone."
|
data-confirm="Are you sure you want to delete this record and all associated files on disk? This cannot be undone."
|
||||||
>
|
>
|
||||||
<.button color="bg-meta-1" rounding="rounded-full">
|
<.button color="bg-meta-1" rounding="rounded-full">
|
||||||
Delete Files
|
Delete Files
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
<.link
|
<.link
|
||||||
href={~p"/media_profiles/#{@media_profile}?delete_files=true"}
|
href={~p"/media_profiles/#{@media_profile}?delete_files=true"}
|
||||||
method="delete"
|
method="delete"
|
||||||
data-confirm="Are you sure you want to delete this profile, all its sources, and its files? This cannot be undone."
|
data-confirm="Are you sure you want to delete this profile, all its sources, and its files on disk? This cannot be undone."
|
||||||
class="mt-5 md:mt-0"
|
class="mt-5 md:mt-0"
|
||||||
>
|
>
|
||||||
<.button color="bg-meta-1" rounding="rounded-full">
|
<.button color="bg-meta-1" rounding="rounded-full">
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
<.link
|
<.link
|
||||||
href={~p"/sources/#{@source}?delete_files=true"}
|
href={~p"/sources/#{@source}?delete_files=true"}
|
||||||
method="delete"
|
method="delete"
|
||||||
data-confirm="Are you sure you want to delete this source AND it's files? This cannot be undone."
|
data-confirm="Are you sure you want to delete this source and it's files on disk? This cannot be undone."
|
||||||
class="mt-5 md:mt-0"
|
class="mt-5 md:mt-0"
|
||||||
>
|
>
|
||||||
<.button color="bg-meta-1" rounding="rounded-full">
|
<.button color="bg-meta-1" rounding="rounded-full">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue