Skip to content

Commit

Permalink
maybe fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Apr 22, 2022
1 parent b5ee106 commit 46c72a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/views/layouts/editor.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">

<title><%= "File Editor - #{OodAppkit.dashboard.title}" %><%= @path.nil? ? "" : " - #{@path.basename.to_s}" %></title>
<%= favicon_link_tag 'favicon.ico', href: OodAppkit.public.url.join('favicon.ico') %>
<%= favicon_link_tag 'favicon.ico', href: OodAppkit.public.url.join('favicon.ico'), skip_pipeline: true %>
<%= javascript_include_tag 'application', nonce: true %>
<%= javascript_include_tag 'editor', nonce: true %>
Expand Down

0 comments on commit 46c72a1

Please sign in to comment.