Sha256: 11b961f7b56efb8421d95787a2453fda2d6aca6971a4406fd5e0197707d78728

Contents?: true

Size: 798 Bytes

Versions: 260

Compression:

Stored size: 798 Bytes

Contents

<div id='crumbtrail'>
  <a href='/admin'>Admin</a> >
  Assets
</div>

<p><%= raw asset_path('test.gif') %></p>

<div id='manifest'></div>
<div id='editor'></div>

<% content_for :caboose_js do %>
<%= javascript_include_tag 'caboose/class' %>
<%= javascript_include_tag 'caboose/model/all' %>
<%= javascript_include_tag 'caboose/assets_controller' %>
<script type='text/javascript' src="/assets/ace/ace.js"></script>
<script type='text/javascript'>

var controller = false;
$(document).ready(function() {
  controller = new AssetsController({
    assets_path: <%= raw Caboose.json(@assets_path) %>,    
    authenticity_token: "<%= raw form_authenticity_token %>"
  });    
});

</script>
<% end %>

<% content_for :caboose_js do %>
<%= stylesheet_link_tag 'caboose/admin_assets_index' %>
<% end %>

Version data entries

260 entries across 260 versions & 1 rubygems

Version Path
caboose-cms-0.9.150 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.149 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.148 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.147 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.146 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.145 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.144 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.143 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.142 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.141 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.140 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.139 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.138 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.137 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.136 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.135 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.134 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.133 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.132 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.131 app/views/caboose/assets/admin_index.html.erb