aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-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 b624080..4dceeaa 100644
--- a/app/views/tweets/_tweet.html.haml
+++ b/app/views/tweets/_tweet.html.haml
@@ -12,7 +12,7 @@
.tweet_content_fix
.tweet_content
.user
- %span.nam= link_to tweet.user.name, user_path(tweet.user.screen_name)
+ %span.name= link_to tweet.user.name, user_path(tweet.user.screen_name)
%span.screen_name= link_to tweet.user.screen_name, user_path(tweet.user.screen_name)
.text
- if authorized_to_show_user?(tweet.user)