From 623de37b0976968645e0d3815ab64e400553bffe Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 4 Nov 2019 15:42:19 -0600 Subject: [PATCH] views: remove current user elements from . Previously deprecated. Use the data attributes on the tag instead. --- app/views/layouts/default.html.erb | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 28c618d5e..409dc93ba 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -8,25 +8,9 @@ <% unless CurrentUser.disable_responsive_mode? %> <% end %> - - - - <% if CurrentUser.user.blacklisted_tags.present? %> "> <% end %> - <% if flash[:notice] =~ /error/i %> - - <% end %> - - - - - - - - - <%= tag.meta name: "disable-mobile-gestures", content: CurrentUser.disable_mobile_gestures? %> <%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %> <%= javascript_pack_tag "application" %>