vegantech/sims

View on GitHub
app/views/custom_flags/_flag.html.erb

Summary

Maintainability
Test Coverage
<li>
<%=Flag::TYPES[flag.category][:humanize]-%>-
<%= flag.reason %> by <%= flag.user %> on
<%= flag.created_at.to_date %>
<%= link_to "Remove", delete_custom_flag_path(flag) , :remote => true%>
</li>