aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/tweets/_tweet.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tweets/_tweet.html.haml')
-rw-r--r--app/views/tweets/_tweet.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/tweets/_tweet.html.haml b/app/views/tweets/_tweet.html.haml
index a3b3146..9df1cf6 100644
--- a/app/views/tweets/_tweet.html.haml
+++ b/app/views/tweets/_tweet.html.haml
@@ -53,7 +53,8 @@
- if logged_in?
%span.import= link_to "import", import_path(tweet.id)
%span.source
- = raw "via " + link_to_source_text(tweet.source)
+ via
+ = link_to_source_text(tweet.source)
.stats
%dl
- [["favs", tweet.favorites_count, tweet.favoriters], ["retweets", tweet.retweets_count, tweet.retweeters]].each do |title, count, users|