public
Description: Canberra Ruby Crew Site #crc
Homepage: http://canberraruby.com
Clone URL: git://github.com/artpop/crc_site.git
Made links in tweets clickable
schlick (author)
Fri Oct 17 02:16:18 -0700 2008
commit  3e0b0f984f3a949f88c3bd2cc8ebefed1022e886
tree    21bfaec2619ac81b702d279d8eaf1a77f49b37fa
parent  3d1b55978f86cc4b784c59c0f94039fd2115d87d
...
34
35
36
37
 
38
39
...
34
35
36
 
37
38
39
0
@@ -34,5 +34,5 @@
0
   - for tweet in @tweets do
0
     %p.tweet
0
       %a{:href => tweet.link}= tweet.full_name
0
-      = tweet.text
0
+      = auto_link(tweet.text)
0
   
0
\ No newline at end of file

Comments