Make blocklist deletion possible (#750)
This commit is contained in:
parent
71e0a35e06
commit
ac7a05b09a
@ -32,9 +32,9 @@
|
|||||||
<form method="post" action="@uri!(instance::delete_email_blocklist)">
|
<form method="post" action="@uri!(instance::delete_email_blocklist)">
|
||||||
<header>
|
<header>
|
||||||
@if emails.is_empty() {
|
@if emails.is_empty() {
|
||||||
<input type="submit" class="destructive" value='@i18n!(ctx.1, "Delete selected emails")'>
|
|
||||||
} else {
|
|
||||||
<p class="center" >@i18n!(ctx.1, "There are no blocked emails on your instance")</p>
|
<p class="center" >@i18n!(ctx.1, "There are no blocked emails on your instance")</p>
|
||||||
|
} else {
|
||||||
|
<input type="submit" class="destructive" value='@i18n!(ctx.1, "Delete selected emails")'>
|
||||||
}
|
}
|
||||||
</header>
|
</header>
|
||||||
<div class="list">
|
<div class="list">
|
||||||
|
Loading…
Reference in New Issue
Block a user