aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-07-07 15:34:02 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-07-07 15:34:02 +0100
commit52460f7631cecc79aba504ee891c97e8a603e7c2 (patch)
treef218c2a9cb75e5b4d4f4a34c60bf6430bd81ed4f
parent69f5cfa987b7d04ea122fa14dbf78a33e3caaaca (diff)
show tweeter / avatar in tweets list
-rw-r--r--app/views/general/blog.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/blog.rhtml b/app/views/general/blog.rhtml
index 843d31c0f..cbd37240e 100644
--- a/app/views/general/blog.rhtml
+++ b/app/views/general/blog.rhtml
@@ -31,7 +31,7 @@ new TWTR.Widget({
live: false,
hashtags: true,
timestamp: true,
- avatars: false,
+ avatars: true,
behavior: 'all'
}
}).render().setUser('<%=@twitter_user %>').start();