From 24646d57690ad36cf4caecab2eec5774bca7f699 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 26 Feb 2016 20:48:20 +0100 Subject: Adding views for the profile and entry pages --- app/views/profile/entry.html.haml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/views/profile/entry.html.haml (limited to 'app/views/profile/entry.html.haml') diff --git a/app/views/profile/entry.html.haml b/app/views/profile/entry.html.haml new file mode 100644 index 000000000..8d0b23607 --- /dev/null +++ b/app/views/profile/entry.html.haml @@ -0,0 +1,2 @@ +%div.activity-stream + = render partial: @type, locals: { @type.to_sym => @entry.activity } -- cgit