Revert "hide embedded notes option"

This reverts commit b361809489.
This commit is contained in:
r888888888
2017-12-15 13:53:03 -08:00
parent a95af95eae
commit 4d279cd16a

View File

@@ -34,6 +34,13 @@
<% 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" %>