Sha256: ce1f550c79720c18e698b7f846916b9ff9b911e898d8fe556eca38bd80538c49
Contents?: true
Size: 797 Bytes
Versions: 22
Compression:
Stored size: 797 Bytes
Contents
<% content_for :head do -%> <%= google_ajax_api_scripts -%> <script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js" type="text/javascript"></script> <style type="text/css"> @import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css"); </style> <%= google_load_feeds -%> <% end -%> <% content_for :javascript do -%> google.setOnLoadCallback(function() { var feeds = [ <%= feeds.collect { |feed| "{ title: '#{feed.title}', url: '#{feed.uri}' }" }.join(',') -%> ]; new GFdynamicFeedControl(feeds, '<%= content_id %>', <%= options.to_json %>); }); <% end -%> <div id="<%= content_id %>"> <%= 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