Sha256: 2430c3547aa3bed77f4d586b3aa4aaf818e1ce82de078cb8ed2614ad2da270b3

Contents?: true

Size: 338 Bytes

Versions: 7

Compression:

Stored size: 338 Bytes

Contents

%head
  %meta{charset: 'utf-8'}/
  %meta{content: 'width=device-width, initial-scale=1.0', name: 'viewport'}/
  %title Plug

  = stylesheet_link_tag     'plug/application', media: 'all'
  = javascript_include_tag  'plug/application'
  = csrf_meta_tags

  %script{ defer: '', src: 'https://use.fontawesome.com/releases/v5.0.4/js/all.js' }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
plug-0.1.19 app/views/plug/shared/_head.html.haml
plug-0.1.18 app/views/plug/shared/_head.html.haml
plug-0.1.16 app/views/plug/shared/_head.html.haml
plug-0.1.15 app/views/plug/shared/_head.html.haml
plug-0.1.14 app/views/plug/shared/_head.html.haml
plug-0.1.12 app/views/plug/shared/_head.html.haml
plug-0.1.11 app/views/plug/shared/_head.html.haml