Sha256: 2810b258fa8508c39651f70beea6a4789ab18844b6506041568e0cac1a8c566e
Contents?: true
Size: 803 Bytes
Versions: 12
Compression:
Stored size: 803 Bytes
Contents
%div.posterous - if defined?(@posts) && @posts.nil? %h3 Sorry, there's a problem communicating with Posterous.com - else - @posts.each do |post| = haml :_post, :layout=>false, :locals=>{:post=>post} #pagination Pagination here - if Caboodle::Site.disqus :javascript (function() { var links = document.getElementsByTagName('a'); var query = '?'; for(var i = 0; i < links.length; i++) { if(links[i].href.indexOf('#disqus_thread') >= 0) { query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&'; } } document.write('<script type="text/javascript" src="http://disqus.com/forums/#{Caboodle::Site.disqus}/get_num_replies.js' + query + '"></' + 'script>'); })();
Version data entries
12 entries across 12 versions & 1 rubygems