From 724a13347c1e3bfb9baa74096cf8c6c025c59122 Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Fri, 29 May 2020 16:12:44 +0200 Subject: [PATCH] Display 'Not implemented yet.' --- app/views/favorites/projects.html.erb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/views/favorites/projects.html.erb b/app/views/favorites/projects.html.erb index 88f6087..69c526b 100644 --- a/app/views/favorites/projects.html.erb +++ b/app/views/favorites/projects.html.erb @@ -1,3 +1,11 @@ <%= render(:partial => "nav")%> -

Fav Projects

\ No newline at end of file +

Favorite Projects

+ +

Not implemented yet!

+ +<%# if !@favorite_theses[0].blank? %> + +<%# else %> + +<%# end %> \ No newline at end of file