summaryrefslogtreecommitdiff
path: root/app/views/forums/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/forums/new.html.erb')
-rw-r--r--app/views/forums/new.html.erb6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/forums/new.html.erb b/app/views/forums/new.html.erb
index f60e2b3..836a9b2 100644
--- a/app/views/forums/new.html.erb
+++ b/app/views/forums/new.html.erb
@@ -21,8 +21,12 @@
<td><%= f.label :role_write_id, "Min. write role" %></td>
<td><%= f.select :role_write_id, role_selection, include_blank: false %></td>
</tr>
+ <tr>
+ <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>
</table>
<%= f.hidden_field :forumgroup_id %>
<p><%= f.submit "Create forum", class: "btn blue left" %></p>
<div class="clear"></div>
-<% end %> \ No newline at end of file
+<% end %>