Images

<% if @site && @media_category %> <% arr = [] cat = @media_category arr << cat while cat.parent_id cat = cat.parent arr << cat end crumb_trail = arr.collect{ |cat| "#{cat.name}" }.reverse.join(" > ") %>

<%= raw crumb_trail %>

New Category | Upload Files

<% elsif @site && @media_category.nil? %>

Invalid media category.

<% else %>

It doesn't look like this site is configured for the current domain. Please configure your sites.

<% end %> <% content_for :caboose_css do %> <%= stylesheet_link_tag 'caboose/icomoon_fonts' %> <%= stylesheet_link_tag 'caboose/admin_images_index' %> <% end %> <% content_for :caboose_js do %> <%= javascript_include_tag 'jquery.ui.widget' %> <%= javascript_include_tag 'caboose/jquery.iframe-transport.js' %> <%= javascript_include_tag 'caboose/jquery.fileupload.js' %> <%= javascript_include_tag 'caboose/admin_images_index.js' %> <% end %>