expose embedded note options to builders only

This commit is contained in:
r888888888
2015-02-02 20:10:49 -08:00
parent 90dca08f38
commit dc0c03dce7

View File

@@ -33,12 +33,12 @@
<% end %>
</div>
<div class="input">
<%= f.label :has_embedded_notes, "Embed notes" %>
<%= f.check_box :has_embedded_notes %>
</div>
<% if CurrentUser.is_builder? %>
<div class="input">
<%= f.label :has_embedded_notes, "Embed notes" %>
<%= f.check_box :has_embedded_notes %>
</div>
<div class="input">
<%= f.label :blank, "Lock" %>