about summary refs log tree commit diff
path: root/app/views/accounts/show.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-10 01:19:04 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-10 01:19:33 +0100
commitca3b364aeaa9014f23b4222a13586f42efb17b93 (patch)
tree33e1255a7cf79ec33478ecf666836baae02e357c /app/views/accounts/show.html.haml
parentbf5f55a6bbfee69e41acfcd14002308c69d8b68c (diff)
Fix #122 - Add microformats-2 classes to mention links
Diffstat (limited to 'app/views/accounts/show.html.haml')
-rw-r--r--app/views/accounts/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml
index b11a59513..563b43849 100644
--- a/app/views/accounts/show.html.haml
+++ b/app/views/accounts/show.html.haml
@@ -12,6 +12,6 @@
     = render partial: 'nothing_here'
 - else
   .activity-stream
-    = render partial: 'stream_entries/status', collection: @statuses, as: :status, cached: true
+    = render partial: 'stream_entries/status', collection: @statuses, as: :status
 
 = will_paginate @statuses, pagination_options