<%= stylesheet_link_tag "/skyline/stylesheets/undohtml.css", "/skyline/stylesheets/general.css" %> <% if Skyline::Configuration.custom_stylesheets.any? %> <% Skyline::Configuration.custom_stylesheets.each do |stylesheet| %> <% if stylesheet[:if] %> <% else %> <%= stylesheet_link_tag stylesheet[:path] %> <% end %> <% end %> <% end %> <%= javascript_include_tag "/skyline/javascripts/skyline.js" %> <%= javascript_include_tag "/skyline/javascripts/skyline.editor.js" %> <%= javascript_include_tag "/skyline/javascripts/application.js" %> <%= javascript_include_tag skyline_locale_path(I18n.locale) %> <% plugin_hook :footer %>