Store, search, and manage memorable quotes.
No quotes recorded yet.
<% } else { %>| ID | Quote | Quoted by | Game | Date | Status | Actions |
|---|---|---|---|---|---|---|
| #<%= quote.id %> | <%= quote.quote_text %> | <%= quote.quoter %> | <%= quote.game_name || '-' %> | <%= dateLabel %> | <%= status %> | Edit <% if (quote.hidden) { %> <% } else { %> <% } %> <% if (quote.archived) { %> <% } else { %> <% } %> |