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.229 app/views/caboose/assets/admin_index.html.erb
caboose-cms-1.0.2 app/views/caboose/assets/admin_index.html.erb
caboose-cms-1.0.1 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.228 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.227 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.226 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.225 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.224 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.223 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.222 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.221 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.220 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.219 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.218 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.217 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.216 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.215 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.214 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.213 app/views/caboose/assets/admin_index.html.erb
caboose-cms-0.9.212 app/views/caboose/assets/admin_index.html.erb