Skip to content

Commit

Permalink
Frontend: Remove stale vue stylesheet import
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymonf committed Mar 1, 2020
1 parent 05ec00f commit 6f9fdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<%= csp_meta_tag %>

<%#= stylesheet_link_tag 'application', media: 'all' %>
<%= stylesheet_pack_tag 'vue' %>
<%#= stylesheet_pack_tag 'vue' %>

<meta name="user-logged-in" content="<%= user_signed_in? %>">

Expand Down

0 comments on commit 6f9fdeb

Please sign in to comment.