Skip to content

Commit

Permalink
avoid loading unnecessary asset
Browse files Browse the repository at this point in the history
  • Loading branch information
yyamanoi1222 committed Oct 19, 2022
1 parent 5bc5798 commit 7941b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<script src='<%= assets_path('application.js') %>' type='text/javascript'></script>
<link href='<%= assets_path('application.css') %>' media='screen, projection, print' rel='stylesheet' type='text/css' />
<link rel="shortcut icon" type="image/png" href="<%= assets_path("favicon_#{coverage_css_class(result.source_files.covered_percent)}.png") %>" />
<link rel="icon" type="image/png" href="<%= assets_path('favicon.png') %>" />
</head>

<body<%= ' data-branch-coverage=true' if branchable_result? %>>
Expand Down

0 comments on commit 7941b6c

Please sign in to comment.