From c94cfad952f4f1fc2201609a7db56e892c6a40a2 Mon Sep 17 00:00:00 2001 From: Mitchel Date: Sun, 3 Dec 2023 14:10:48 +0100 Subject: [PATCH] chore: Remove AI prompt banner --- app/views/wiki/articles/show.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/wiki/articles/show.html.erb b/app/views/wiki/articles/show.html.erb index 95e3587d4..931ba4f31 100644 --- a/app/views/wiki/articles/show.html.erb +++ b/app/views/wiki/articles/show.html.erb @@ -16,8 +16,6 @@ - <%= render "open_ai/ai_prompt" if @article.category.title == "Actions" || @article.category.title == "Values" %> -
<%= sanitized_markdown(@article.content || "_This article does not yet have a description_", rendererOptions: { header_anchors: true }) %>