pundit: convert forum topics / forum posts to pundit.
Fix it being possible for users to delete or undelete their own forum posts and topics, even if they were deleted by a mod.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<%= error_messages_for("forum_post") %>
|
||||
|
||||
<%= edit_form_for(forum_post) do |f| %>
|
||||
<% if @forum_topic %>
|
||||
<% if forum_post.topic_id.present? %>
|
||||
<%= f.input :topic_id, :as => :hidden %>
|
||||
<% else %>
|
||||
<%= f.input :topic_id, :label => "Topic ID" %>
|
||||
|
||||
Reference in New Issue
Block a user