<% appeals.each do |appeal| %>
  • <%= format_text(appeal.reason, inline: true) %> - <%= link_to_user(appeal.creator) %> - <%= time_ago_in_words_tagged(appeal.created_at) %>
  • <% end %>