From 0e8f59c16fcb21301c736ecbc4424cb4c5388c42 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 29 Feb 2016 19:42:08 +0100 Subject: Refactoring Grape API methods into normal controllers & other things --- app/views/stream_entries/_follow.html.haml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/stream_entries/_follow.html.haml (limited to 'app/views/stream_entries/_follow.html.haml') diff --git a/app/views/stream_entries/_follow.html.haml b/app/views/stream_entries/_follow.html.haml new file mode 100644 index 000000000..c1c081374 --- /dev/null +++ b/app/views/stream_entries/_follow.html.haml @@ -0,0 +1,5 @@ +.entry.entry-follow + .content + %strong= follow.account.acct + is now following + %strong= follow.target_account.acct -- cgit