diff --git a/app/views/notes/_note.html.erb b/app/views/notes/_note.html.erb deleted file mode 100644 index 15e374b34..000000000 --- a/app/views/notes/_note.html.erb +++ /dev/null @@ -1 +0,0 @@ -
<%= raw NoteSanitizer.sanitize(note.body) %>
diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index fdb17ab93..1d4addaa2 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -339,7 +339,9 @@