diff --git a/app/views/post_appeals/index.html.erb b/app/views/post_appeals/index.html.erb index 78c806bfb..8689c33e5 100644 --- a/app/views/post_appeals/index.html.erb +++ b/app/views/post_appeals/index.html.erb @@ -1,12 +1,13 @@
| Post | -Creator | +Post | +Creator | Reason | +Date | <%= PostPresenter.preview(post_appeal.post, :tags => "status:any") %> | <%= link_to_user post_appeal.creator %> | <%= format_text post_appeal.reason %> | +<%= compact_time post_appeal.updated_at %> | <% end %> diff --git a/app/views/post_flags/index.html.erb b/app/views/post_flags/index.html.erb index 8d77e466c..a87192386 100644 --- a/app/views/post_flags/index.html.erb +++ b/app/views/post_flags/index.html.erb @@ -6,9 +6,10 @@
|---|---|---|---|---|---|
| <% if CurrentUser.user.is_janitor? %> - | Creator | +Creator | <% end %>Reason | +Date | <%= format_text post_flag.reason %> | +<%= compact_time post_flag.updated_at %> | <% end %> diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index 98a69dab4..e55fed7a1 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -28,6 +28,8 @@