<% cache "base_inline_styles_#{@story_show.to_s}_#{@article_index.to_s}_#{@home_page.to_s}_#{@article_show.to_s}_#{view_class.to_s}_#{@notifications_index}_#{core_pages?.to_s}_#{@tags_index}_#{ENV["DEPLOYMENT_SIGNATURE"].to_s}x_xs__", :expires_in => 6.hours do %> <% if @story_show %> <% elsif @article_index %> <% elsif @notifications_index || @reading_list_items_index %> <% elsif view_class.start_with? "comments"%> <% elsif view_class.include? "registrations"%> <% elsif view_class.include? "users-index"%> <% elsif core_pages? %> <%= stylesheet_link_tag 'minimal', media: 'all' %> <% else %> <%= stylesheet_link_tag 'application', media: 'all' %> <% end %> <% end %>