style tweaks

This commit is contained in:
albert
2011-11-14 16:47:33 -05:00
parent b9db753164
commit eb58773089
5 changed files with 16 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<% if (post.is_flagged? || post.is_deleted?) && post.flags.any? %>
<% if true || (post.is_flagged? || post.is_deleted?) && post.flags.any? %>
<div class="ui-corner-all ui-state-highlight notice">
This post has been flagged for deletion: <%= post_flag_reasons(post) %>
</div>