From 261cc8d99345f845b1f27711519a5b6a2450b5f9 Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Tue, 23 Oct 2018 11:02:30 -0700 Subject: [PATCH] remove index/show mixpanel events --- app/views/posts/index.html.erb | 7 ------- app/views/posts/show.html.erb | 11 ----------- 2 files changed, 18 deletions(-) diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index ccad44738..3630775ae 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -78,11 +78,4 @@ <% end %> <%= missed_post_search_count_js %> <%= render "posts/partials/index/seo_meta_tags" %> - <% end %> diff --git a/app/views/posts/show.html.erb b/app/views/posts/show.html.erb index cf8f3886a..35c6362f7 100644 --- a/app/views/posts/show.html.erb +++ b/app/views/posts/show.html.erb @@ -192,17 +192,6 @@ <%= tag.meta name: "og:site", content: Danbooru.config.app_name %> <%= auto_discovery_link_tag(:atom, comments_url(:atom, search: { post_id: @post.id }), title: "Comments for post ##{@post.id}") %> - - <% end %> <%= render "posts/partials/common/secondary_links" %>