From 71ae4dd3d2dbafc1ef6e7716c379d01ea194aafe Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 19 Mar 2016 14:02:30 +0100 Subject: Adding public following and followers pages, fix #3 --- app/views/accounts/_nothing_here.html.haml | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/accounts/_nothing_here.html.haml (limited to 'app/views/accounts/_nothing_here.html.haml') diff --git a/app/views/accounts/_nothing_here.html.haml b/app/views/accounts/_nothing_here.html.haml new file mode 100644 index 000000000..faa1feb20 --- /dev/null +++ b/app/views/accounts/_nothing_here.html.haml @@ -0,0 +1 @@ +%p.nothing-here There is nothing here! -- cgit