<% cache "base_inline_styles_#{@story_show}_#{@article_index}_#{@home_page}_#{@article_show}_#{view_class}_#{@notifications_index}_#{@tags_index}_#{@reading_list_items_index}_#{@history_index}_#{ApplicationConfig['HEROKU_SLUG_COMMIT']}_#{user_signed_in?}_#{@shell}", expires_in: 8.hours do %> <% if @shell %> <% elsif @story_show %> <% elsif @article_index %> <% elsif @notifications_index || @reading_list_items_index || @history_index %> <% elsif view_class.start_with? "comments" %> <% elsif view_class.include?("registrations") || @new_article_not_logged_in %> <% elsif view_class.include? "listings-" %> <% elsif view_class.include? "credits-" %> <% elsif view_class.include? "videos-index" %> <% elsif view_class.include? "badges-index" %> <%= stylesheet_link_tag "crayons", media: "all" %> <%= stylesheet_link_tag "minimal", media: "all" %> <% else %> <%= stylesheet_link_tag "crayons", media: "all" %> <%= stylesheet_link_tag "minimal", media: "all" %> <% end %> <% end %>