diff --git a/app/views/content/display/_favorite_control.html.erb b/app/views/content/display/_favorite_control.html.erb index 1cf6be85..d7c727b3 100644 --- a/app/views/content/display/_favorite_control.html.erb +++ b/app/views/content/display/_favorite_control.html.erb @@ -8,7 +8,7 @@ end %> -<% if content.persisted? %> +<% if content.persisted? && user_signed_in? && content.user == current_user %>