aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorrhenium <re4k@re4k.info>2013-06-01 00:53:16 +0900
committerrhenium <re4k@re4k.info>2013-06-01 00:53:16 +0900
commit6944160bb9eeaa6132d3d672bdcb558fdba7f0d1 (patch)
tree5a102b2a64df9dcc3e91dbeaf120cde9f6e5324c /app
parent0d228bd6dc1208b4a754047114362be7b1444ce4 (diff)
downloadaclog-6944160bb9eeaa6132d3d672bdcb558fdba7f0d1.tar.gz
fix typo
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)