From 03322745b41be764d9d1912be205ff97dc7ff6f7 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 10 Sep 2018 15:47:27 -0500 Subject: [PATCH] remove unused partial --- app/views/content/show.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/content/show.html.erb b/app/views/content/show.html.erb index eedcfb14..a574c608 100644 --- a/app/views/content/show.html.erb +++ b/app/views/content/show.html.erb @@ -152,7 +152,6 @@ <%= render partial: 'content/share', locals: { shared_content: @content} %> -<%= render partial: 'attribute_fields/modal', locals: { content: @content, safe_mode: true } if user_signed_in? %>
<% if @content.is_a?(Universe) %>