diff --git a/lib/philomena_web/templates/topic/show.html.slime b/lib/philomena_web/templates/topic/show.html.slime index ceead9ea..48fc274e 100644 --- a/lib/philomena_web/templates/topic/show.html.slime +++ b/lib/philomena_web/templates/topic/show.html.slime @@ -54,7 +54,7 @@ h1 = @topic.title - @topic.post_count < 200_000 and can?(@conn, :create_post, @topic) -> = render PhilomenaWeb.Topic.PostView, "_form.html", conn: @conn, forum: @forum, topic: @topic, changeset: @changeset - - @topic.post_count < 200_000 -> + - @topic.post_count >= 200_000 -> h3 Okay, we're impressed p You're looking at a thread with over 200,000 posts in it! p For various reasons, we'd like to ask you to start a new topic.