mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-22 21:15:35 +08:00
Fix assets inclusion on OVE editing page [SCI-8961] (#6057)
This commit is contained in:
parent
71bcc78243
commit
5b0b56e8f2
1 changed files with 1 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<%= csp_meta_tag %>
|
||||
<%= javascript_include_tag 'i18n_bundle' %>
|
||||
<%= stylesheet_link_tag 'sn_icon_font' %>
|
||||
<%= stylesheet_link_tag 'tailwind' %>
|
||||
<%= stylesheet_link_tag 'open_vector_editor' %>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue