summaryrefslogtreecommitdiff
path: root/app/views/forums/edit.html.erb
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2019-02-24 13:01:53 -0500
committerLogan Fick <logaldeveloper@protonmail.com>2019-02-24 13:01:53 -0500
commit32e7b99b6da9bc5397e65dc4d2a146d7d2da510f (patch)
tree52a5aa2f203653d6dbe573cb1ede477a12fc8100 /app/views/forums/edit.html.erb
parent244a047cad85690a29af12c2f3d7866fe9f79e40 (diff)
parent2fe1cead68d3f66be5a9c6003990362e99bc1307 (diff)
Merged pull request #56.
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 %>