Sha256: 81a0ba5d9301f1a72570a3fe320ea8f2d714b6a1166c784cfd1f6e65b90f71ad

Contents?: true

Size: 453 Bytes

Versions: 27

Compression:

Stored size: 453 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <%= stylesheet_link_tag 'alchemy/admin/all', media: 'all' %>
  <%= stylesheet_link_tag 'elfinder/css/elfinder.min', media: 'all' %>
  <%= stylesheet_link_tag 'elfinder/css/theme', media: 'all' %>
  <%= javascript_include_tag 'alchemy-custom-model/elfinder_ui_manifest' %>
  <%= csrf_meta_tags %>
</head>
<body>
<%= content_tag(:div, nil, id: 'elfinder', data: {"elfinder-volumes": @volumes.join(',')}) %>
</body>
</html>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
alchemy-custom-model-0.1.6 app/views/alchemy/custom/model/admin/files/ui.html.erb
alchemy-custom-model-0.1.5 app/views/alchemy/custom/model/admin/files/ui.html.erb
alchemy-custom-model-0.1.4 app/views/alchemy/custom/model/admin/files/ui.html.erb
alchemy-custom-model-0.1.3 app/views/alchemy/custom/model/admin/files/ui.html.erb
alchemy-custom-model-0.1.2 app/views/alchemy/custom/model/admin/files/ui.html.erb
alchemy-custom-model-0.1.1 app/views/alchemy/custom/model/admin/files/ui.html.erb
alchemy-custom-model-0.1.0 app/views/alchemy/custom/model/admin/files/ui.html.erb