Skip to content
Personal Open source Business Explore
Sign up Sign in
Pricing Blog Support Search GitHub
  • Watch 18
  • Star 12
  • Fork 10

tricycle/lesswrong

Code Issues 159 Pull requests 5 Projects 0 Wiki Pulse Graphs
Permalink
Switch branches/tags
  • Branches
  • Tags
master model-tests new-staging privacy-policy redesign stable staging update-vagrantfile
Nothing to show
deployed-production-20161004234303 deployed-production-20160928005957 deployed-production-20160517060734 deployed-production-20160219004915 deployed-production-20160217230929 deployed-production-20160210211023 deployed-production-20160108020024 deployed-production-20160103222632 deployed-production-20151229224558 deployed-production-20151218041212 deployed-production-20151208230454 deployed-production-20151201005852 deployed-production-20150922041426 deployed-production-20150423234407 deployed-production-20150423045237 deployed-production-20150423034723 deployed-production-20150226035338 deployed-production-20140724040953 deployed-production-20140513025824 before-load-balancer HouseDefault
Nothing to show
Find file
lesswrong/r2/r2/templates/recentcomments.html
Fetching contributors…
Cannot retrieve contributors at this time
Raw Blame History
14 lines (13 sloc) 287 Bytes
<%namespace file="utils.html" import="plain_link"/>
<h2>
${plain_link(_('Recent Comments'), '/comments')}
</h2>
<%
t = thing.things
comment_generator = t.item_iter(t.get_items())
%>
%for a in comment_generator:
<div class="inline-comment">
${a.render()}
</div>
%endfor:
  • Contact GitHub
  • API
  • Training
  • Shop
  • Blog
  • About
  • © 2016 GitHub, Inc.
  • Terms
  • Privacy
  • Security
  • Status
  • Help
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.