Sha256: df81acf4ebd5f4073e60fee101f27b5d3f0a7d9cdfd2b315bb124053d05569b5
Contents?: true
Size: 1.52 KB
Versions: 4
Compression:
Stored size: 1.52 KB
Contents
doctype html html lang="en" head meta charset="utf-8" meta content="IE=edge" http-equiv="X-UA-Compatible" meta content="" name="author" meta name="description" content="#{@description_attribute || meta_description_builder}" title=@title_attribute || title_builder = stylesheet_link_tag "seo_unpakt/application" = stylesheet_link_tag "new_flow", media: 'screen, projection' = csrf_meta_tag body = render partial: "shared/new_flow_header" .layout-content - unless request.url.include?("admin") section.breadcrumb-bar.unpakt .container .row .span12 .ruby-crumb #{@breadcrumbs.render(:format => :inline)} section.map-box.unpakt #map-canvas .light-back.unpakt.new-flow-container .container .row .span12 .white-box-c h1 = widget_page_title(@city, @state) = yield = render partial: "shared/new_flow_footer" /! Placed at the end of the document so the pages load faster script src='/tinymce/tinymce.min.js' script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false" = javascript_include_tag "seo_unpakt/application" #js_calls = yield :js_calls #scripts = yield :scripts - if Rails.configuration.document_domain javascript: $(document).ready(function() { document.domain = "#{Rails.configuration.document_domain}"; });
Version data entries
4 entries across 4 versions & 1 rubygems