Sha256: a06250833f8a557f35761f4913bc2351141ee7bf811fa22d920c458c12d52ff2
Contents?: true
Size: 489 Bytes
Versions: 22
Compression:
Stored size: 489 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('overlord.loading_message') %> <img src="/images/spinner.gif" alt="<%= t('overlord.loading_image') %>" /> </div>
Version data entries
22 entries across 22 versions & 1 rubygems