Sha256: 7dec8aed8464a18caf667d01ff47dd8c077548f5555f33cd3fe504a6afcd0524

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>EasyML</title>
    <%= csrf_meta_tags %>
    <%= csp_meta_tag %>
    
    <% if ENV["EASY_ML_DEV"] %>
      <%= vite_client_tag %>
      <%= vite_react_refresh_tag %>
      <%= vite_typescript_tag 'Application.tsx' %>
    <% else %>
      <%= prod_script_tags %>
    <% end %>
  </head>
  <body>
    <%= yield %>
  </body>
</html> 

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
easy_ml-0.2.0.pre.rc27 app/views/layouts/easy_ml/application.html.erb
easy_ml-0.2.0.pre.rc26 app/views/layouts/easy_ml/application.html.erb
easy_ml-0.2.0.pre.rc25 app/views/layouts/easy_ml/application.html.erb
easy_ml-0.2.0.pre.rc24 app/views/layouts/easy_ml/application.html.erb