From b361809489a0e8bb139d6c62214e881231135d25 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 14 Sep 2017 15:50:57 -0700 Subject: [PATCH] hide embedded notes option --- app/views/posts/partials/show/_edit.html.erb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb index 6a55411a9ae..30cc8de01ee 100644 --- a/app/views/posts/partials/show/_edit.html.erb +++ b/app/views/posts/partials/show/_edit.html.erb @@ -34,13 +34,6 @@ <% end %> - <% unless post.is_note_locked? %> -
- <%= f.label :has_embedded_notes, "Embed notes" %> - <%= f.check_box :has_embedded_notes %> -
- <% end %> - <% if CurrentUser.is_builder? %>
<%= f.label :blank, "Lock" %>