summaryrefslogtreecommitdiff
path: root/app/views/forums/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/forums/edit.html.erb')
-rw-r--r--app/views/forums/edit.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/forums/edit.html.erb b/app/views/forums/edit.html.erb
index b1a5a2e..bb4a853 100644
--- a/app/views/forums/edit.html.erb
+++ b/app/views/forums/edit.html.erb
@@ -25,6 +25,10 @@
<td><%= f.label :necro_length, "Necropost warning delay (in days)" %></td>
<td><%= f.number_field :necro_length, placeholder: "Warning Delay (leave blank for no warning)" %></td>
</tr>
+ <tr>
+ <td><%= f.label :disable_deletion, "Disable deletion of threads for non-staff" %></td>
+ <td><%= f.check_box :disable_deletion %></td>
+ </tr>
</table>
<p><%= f.submit "Update Forum", class: "btn blue left" %></p>
<% end %>