app/views/layouts/tramway/landing/application.html.haml in tramway-landing-1.2.17 vs app/views/layouts/tramway/landing/application.html.haml in tramway-landing-1.2.18
- old
+ new
@@ -1,9 +1,9 @@
!!!
%html
%head
%meta{ content: 'text/html; charset=UTF-8', http: { equiv: 'Content-Type' } }
- %meta{content: "width=device-width, initial-scale=1, maximum-scale=0.8", name: "viewport"}/
+ %meta{ content: "width=device-width, initial-scale=1, maximum-scale=0.8", name: "viewport" }
%title
= yield :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'