aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2014-02-08 18:54:23 +0900
committerRhenium <rhenium@rhe.jp>2014-02-08 18:54:23 +0900
commitd68adc013aa2695170c70e74db0d49a1e4682a0b (patch)
treebd3074a8061da0505b0935c49509b766b9dacb47 /app/views
parent8027fba831124dfda008a57db6865c79b3d3a015 (diff)
downloadaclog-d68adc013aa2695170c70e74db0d49a1e4682a0b.tar.gz
fix single tweet template (haml)
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 374b4e9..1b62911 100644
--- a/app/views/tweets/_tweet.html.haml
+++ b/app/views/tweets/_tweet.html.haml
@@ -25,7 +25,7 @@
%span.count= count
%span.type= title
- else
- .tweet
+ .content
.left
.avatar
= link_to user_path(tweet.user_screen_name) do