From 47d50b0e3967f1d396bdbe8ea3e8909ce2be599f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 28 Feb 2016 15:46:29 +0100 Subject: A lot of fixes from a live test --- app/views/profile/_favourite.html.haml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/profile/_favourite.html.haml (limited to 'app/views/profile/_favourite.html.haml') diff --git a/app/views/profile/_favourite.html.haml b/app/views/profile/_favourite.html.haml new file mode 100644 index 000000000..85e3a0824 --- /dev/null +++ b/app/views/profile/_favourite.html.haml @@ -0,0 +1,5 @@ +.entry.entry-favourite + .content + %strong= favourite.account.acct + favourited a post by + %strong= favourite.status.account.acct -- cgit