% content_for(:page_title) do %> <%= @visualization.name %> | <% end %> <% content_for(:css) do %> <%= editor_stylesheet_link_tag 'old_common_without_core.css', 'common.css', 'cdb.css', 'table.css', 'editor.css', 'map.css', :media => 'all' %> <% end %> <% content_for(:js) do %> <% if !@google_maps_query_string.blank? %> <%= insert_google_maps(@google_maps_query_string) %> <% end %> <%= editor_javascript_include_tag 'cdb.js','models.js', 'templates.js', 'templates_mustache.js', 'table.js', 'editor.js' %> <% end %>