Skip to content

Commit

Permalink
Merge pull request #123 from yyamanoi1222/feature/remove_unsed_asset
Browse files Browse the repository at this point in the history
Avoid loading unnecessary image
  • Loading branch information
amatsuda authored May 5, 2023
2 parents 55c5cc6 + 7941b6c commit 8b6b6d1
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 8b6b6d1

Please sign in to comment.