diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index d5b8d7747..5d0191b3d 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -34,6 +34,13 @@ <% 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" %>