From ee63f112bb7bd30bf4b0f7359063eaeba9f12d43 Mon Sep 17 00:00:00 2001 From: Toks Date: Mon, 20 May 2013 22:23:37 -0400 Subject: [PATCH] partial fix for #262 --- app/views/post_appeals/index.html.erb | 8 +++++--- app/views/post_flags/index.html.erb | 4 +++- app/views/posts/show.html.erb | 2 ++ 3 files changed, 10 insertions(+), 4 deletions(-) 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 @@

Appeals

- +
- - + + + @@ -15,6 +16,7 @@ + <% 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? %> - + <% end %> + @@ -21,6 +22,7 @@ <% end %> + <% 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 @@
  • <%= fast_link_to "Tags", post_versions_path(:search => {:post_id => @post.id}) %>
  • <% end %>
  • <%= fast_link_to "Notes", note_versions_path(:search => {:post_id => @post.id}) %>
  • +
  • <%= fast_link_to "Flags", post_flags_path(:search => {:post_id => @post.id}) %>
  • +
  • <%= fast_link_to "Appeals", post_appeals_path(:search => {:post_id => @post.id}) %>
  • PostCreatorPostCreator ReasonDate
    <%= 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 %>
    CreatorCreatorReasonDate
    <%= format_text post_flag.reason %><%= compact_time post_flag.updated_at %>