hide embedded notes option

This commit is contained in:
r888888888
2017-09-14 15:50:57 -07:00
parent debf265ba3
commit b361809489

View File

@@ -34,13 +34,6 @@
<% end %>
</div>
<% unless post.is_note_locked? %>
<div class="input">
<%= f.label :has_embedded_notes, "Embed notes" %>
<%= f.check_box :has_embedded_notes %>
</div>
<% end %>
<% if CurrentUser.is_builder? %>
<div class="input">
<%= f.label :blank, "Lock" %>