aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2014-01-21 06:43:02 +0900
committerRhenium <rhenium@rhe.jp>2014-01-21 06:43:02 +0900
commit174f0059afe8914554c454b6c04c80cf278a9d1e (patch)
tree60fe0664cd093d0b47385b70677574197304ece4 /app/views
parentc2479259ae06d19999f08dd6e5f3a679725d0c27 (diff)
downloadaclog-174f0059afe8914554c454b6c04c80cf278a9d1e.tar.gz
use Twitter::Autolink to link usernames / urls / ...
Diffstat (limited to 'app/views')
-rw-r--r--app/views/tweets/_tweet.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tweets/_tweet.html.haml b/app/views/tweets/_tweet.html.haml
index 3cf6f3f..a3b3146 100644
--- a/app/views/tweets/_tweet.html.haml
+++ b/app/views/tweets/_tweet.html.haml
@@ -42,7 +42,7 @@
- if tweet.in_reply_to
%span.in_reply_to= link_to "in reply to @" + tweet.in_reply_to.user_screen_name, tweet_path(tweet.in_reply_to.id)
.text
- = simple_format(format_tweet_text(tweet.text))
+ = format_tweet_text tweet.text
.meta.clearfix
%span.twitter_bird
= link_to image_tag("bird_gray_16.png", alt: "Twitter"), tweet.twitter_url, target: "_blank"