mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 17:14:54 +08:00
Include global constants in print protocol layout [SCI-11583]
This commit is contained in:
parent
2635d08618
commit
6438b050fc
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
<head>
|
||||
<title><%= t("protocols.print.title") %></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<script src="<%= global_constants_path(format: :js) %>"></script>
|
||||
|
||||
<%= javascript_include_tag 'jquery_bundle' %>
|
||||
<%= javascript_include_tag 'application' %>
|
||||
<%= javascript_include_tag "handsontable.full" %>
|
||||
|
|
Loading…
Add table
Reference in a new issue