Sha256: ad416c61781969ce035a9f18a2643cf3dedb5f035377d70431d4005a6b159426

Contents?: true

Size: 1.11 KB

Versions: 11

Compression:

Stored size: 1.11 KB

Contents

= render 'layouts/tramway/landing/meta'
%title
  = yield(:title).present? ? yield(:title) : @application.title
= stylesheet_link_tag    'tramway/landing/application', media: 'all'
= javascript_include_tag 'tramway/landing/application'
= javascript_include_tag 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js', integrity: 'sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl', crossorigin: 'anonymous'
= javascript_include_tag 'https://code.jquery.com/jquery-3.2.1.slim.min.js', integrity: 'sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN', crossorigin: 'anonymous'
= javascript_include_tag 'https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js', integrity: 'sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q', crossorigin: 'anonymous'
= csrf_meta_tags
- if @application&.favicon.present?
  = favicon_link_tag @application.favicon
- ::Tramway::Landing.head_content.each do |content|
  - self.instance_exec &content
- @tools&.each do |tool|
  = render "layouts/tramway/landing/tools/#{tool.title}_head", account_id: tool.account_id

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tramway-landing-3.3.0.11 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.10 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.9 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.8 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.7 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.6 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.5 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.4 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.3 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.2 app/views/layouts/tramway/landing/_head.html.haml
tramway-landing-3.3.0.1 app/views/layouts/tramway/landing/_head.html.haml