Skip to content

Commit

Permalink
app: remove obsolete assets in the layout file
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Feb 22, 2021
1 parent 6e68b1a commit fb6dc04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
%title= @title
%meta{name: "description", content: @description}/
= csrf_meta_tags
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
= stylesheet_link_tag 'tailwind', media: 'all'
- if Rails.env.production?
%script{src: "https://www.googletagmanager.com/gtag/js?id=UA-119680842-1", async: true}
Expand All @@ -18,6 +15,8 @@
gtag('config', 'UA-119680842-1');
= favicon_link_tag asset_path("logo.png")
= javascript_pack_tag 'application'
%meta{name:"viewport", content:"width=device-width, initial-scale=1"}
%body.bg-gray-200
.container.mx-auto.py-3
Expand Down

0 comments on commit fb6dc04

Please sign in to comment.