Skip to content

Commit

Permalink
chore: Remove AI prompt banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitcheljager committed Dec 3, 2023
1 parent 974da92 commit c94cfad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/wiki/articles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
</small>
</h1>

<%= render "open_ai/ai_prompt" if @article.category.title == "Actions" || @article.category.title == "Values" %>

<div class="article__content">
<%= sanitized_markdown(@article.content || "_This article does not yet have a description_", rendererOptions: { header_anchors: true }) %>
</div>
Expand Down

0 comments on commit c94cfad

Please sign in to comment.