diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index 6a55411a9..30cc8de01 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -34,13 +34,6 @@ <% end %> - <% unless post.is_note_locked? %> -
- <%= f.label :has_embedded_notes, "Embed notes" %> - <%= f.check_box :has_embedded_notes %> -
- <% end %> - <% if CurrentUser.is_builder? %>
<%= f.label :blank, "Lock" %>