diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index cf3dcfd82..a1e1d6d66 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -33,12 +33,12 @@ <% end %> -
- <%= f.label :has_embedded_notes, "Embed notes" %> - <%= f.check_box :has_embedded_notes %> -
- <% if CurrentUser.is_builder? %> +
+ <%= f.label :has_embedded_notes, "Embed notes" %> + <%= f.check_box :has_embedded_notes %> +
+
<%= f.label :blank, "Lock" %>