%= csrf_meta_tag %> <% unless CurrentUser.disable_responsive_mode? %> <% end %> <% if CurrentUser.user.blacklisted_tags.present? %> "> <% end %> <% if flash[:notice] =~ /error/i %> <% end %> <%= content_tag(:meta, nil, name: "disable-mobile-gestures", content: CurrentUser.disable_mobile_gestures?) %> <%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %> <% if Rails.env.production? %> <% else %> <% end %> <%= stylesheet_link_tag "application", :media => "screen" %> <% if CurrentUser.user.custom_style.present? %> <%= stylesheet_link_tag custom_style_users_path, :media => "screen" %> <% end %> <% if Rails.env.production? %> <% else %> <% end %> <%= javascript_include_tag "application" %> <%= raw Danbooru.config.custom_html_header_content %> <%= yield :html_header %> <% if Danbooru.config.twitter_site %> <% end %>
>