From dc0c03dce727e192714fa94e522c45f38a1abaa7 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Mon, 2 Feb 2015 20:10:49 -0800 Subject: [PATCH] expose embedded note options to builders only --- app/views/posts/partials/show/_edit.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index cf3dcfd82..a1e1d6d66 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -33,12 +33,12 @@ <% end %> -
- <%= f.label :has_embedded_notes, "Embed notes" %> - <%= f.check_box :has_embedded_notes %> -
- <% if CurrentUser.is_builder? %> +
+ <%= f.label :has_embedded_notes, "Embed notes" %> + <%= f.check_box :has_embedded_notes %> +
+
<%= f.label :blank, "Lock" %>