expose embed notes option

This commit is contained in:
r888888888
2015-02-09 18:22:11 -08:00
parent 67d5ca6aac
commit ebe0c2e019

View File

@@ -33,12 +33,14 @@
<% end %>
</div>
<% if CurrentUser.is_builder? %>
<% 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" %>