An open source, stand-alone, customisable public spending data web app.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

19 rader
859 B

  1. %h3 Comments
  2. %p.highlight
  3. This is an independent website.
  4. %a{ :href => "#{SETTING.org_url}" }<
  5. = SETTING.org_name
  6. might not see your comments here or reply to them.
  7. <div id="disqus_thread" class="noprint"></div>
  8. <script type="text/javascript">
  9. var disqus_developer = 1;
  10. (function() {
  11. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  12. dsq.src = "http://#{SETTING.disqus_shortname}.disqus.com/embed.js";
  13. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  14. })();
  15. </script>
  16. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=#{SETTING.disqus_shortname}">comments powered by Disqus.</a></noscript>
  17. <a href="http://disqus.com" class="dsq-brlink noprint">Comments powered by <span class="logo-disqus">Disqus</span></a>