Welcome to the ShiftOS Quotes Database! This page allows you to submit a quote to our Discord bot.
+ +@if (User.Identity.IsModerator()) +{ +Click here to review all quotes.
+} + +Here is a quick reminder of the rules regarding both spam and bot usage inside our Discord server.
+ +Below is a list of all quotes that need moderator review.
+ +@if(Model.Count() == 0) +{ +No quotes to show!
+} +else +{ + foreach (var quote in Model) + { ++ @if (!String.IsNullOrWhiteSpace(quote.AuthorAvatar)) + { + + } + @quote.AuthorId
+ +@Html.Markdown(quote.Body)
+ +- @quote.Year
+ + Approve + Deny & delete +