Sha256: 104902ca82d1c6edf839f6fa8563dd4eb00cdd427e59e36899223cf7996d14c8
Contents?: true
Size: 493 Bytes
Versions: 25
Compression:
Stored size: 493 Bytes
Contents
<% content_for :head do -%> <%= google_ajax_api_scripts -%> <%= google_ajax_slideshow_scripts -%> <%= google_load_feeds -%> <% end -%> <% content_for :javascript do -%> google.setOnLoadCallback(function() { new GFslideShow("<%= feed.uri %>", "<%= content_id %>", <%= options.to_json %>); }); <% end -%> <div id="<%= content_id %>" class="slide_show_content"> <%= t('muck.raker.loading_message') %> <img src="/images/spinner.gif" alt="<%= t('muck.raker.loading_image') %>" /> </div>
Version data entries
25 entries across 25 versions & 2 rubygems