Skip to content

Commit

Permalink
Fix failing stylesheet for pdfs (#1907)
Browse files Browse the repository at this point in the history
* remove pack and fix link tag

* add pack tag
  • Loading branch information
apoorv1316 authored Sep 23, 2024
1 parent 8588df4 commit 9cafc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/pdf.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script src="https://cdn.tailwindcss.com"></script>
<%= stylesheet_link_tag '/assets/stylesheets/application.css'%>
<%= stylesheet_link_tag "application" %>
<%= stylesheet_pack_tag "application" %>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,400italic,500,500italic,700,700italic&amp;subset=all&device=swap&display=swap' rel='stylesheet' type='text/css'>
<style>
Expand Down

0 comments on commit 9cafc44

Please sign in to comment.