public
Description: Canberra Ruby Crew Site #crc
Homepage: http://canberraruby.com
Clone URL: git://github.com/artpop/crc_site.git
Moving tweets to a partial
artpop (author)
Sun Oct 19 02:25:47 -0700 2008
commit  ea8d26a53d203ed1f0216f93c4f262c5a4ac2683
tree    5559bd84443826ab4bf16ea3df8b230d75b01b9c
parent  39fbf0dfc248e39744200e20279175d2bc31818f
...
31
32
33
34
35
36
37
38
39
 
40
...
31
32
33
 
 
 
 
 
34
35
36
0
@@ -31,8 +31,4 @@
0
     
0
 - content_for(:sidebar) do
0
   %h2 Tweets
0
-  - for tweet in @tweets do
0
-    %p.tweet
0
-      %a{:href => tweet.link}= tweet.full_name
0
-      = auto_link(tweet.text)
0
-  
0
\ No newline at end of file
0
+  = render :partial => 'tweet', :collection => @tweets
0
\ No newline at end of file

Comments