Fix #4807: Change creator to creator_id on forum post attributes.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<article class="forum-post message" id="forum_post_<%= forum_post.id %>"
|
||||
data-forum-post-id="<%= forum_post.id %>"
|
||||
data-is-reported="<%= has_moderation_reports? %>"
|
||||
data-creator="<%= forum_post.creator.name %>">
|
||||
data-creator-id="<%= forum_post.creator_id %>">
|
||||
|
||||
<div class="author">
|
||||
<div class="author-name">
|
||||
|
||||
Reference in New Issue
Block a user