summaryrefslogtreecommitdiff
path: root/app/views/chat_messages/index.html.erb
blob: 8791e7bd293fdef0cc1b00ef2a402d87a1b25885 (plain)
1
2
3
4
5
6
7
8
9
<h1 class="text-3xl mb-4">
  Chat History
</h1>

<p class="mb-4">Last 2,000 messages listed from newest to oldest.</p>

<div class="text-sm">
  <%= render "chat_messages/list" %>
</div>