expose embedded note options to builders only
This commit is contained in:
@@ -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" %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user