From 0aab8a43c0ae9145d944b4fae7886ffb863c8c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tollk=C3=BChn?= Date: Thu, 24 Jul 2025 18:14:06 +0200 Subject: [PATCH] add back link to create new project --- app/views/projects/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index ff8bcfa..4d3137c 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -24,4 +24,4 @@ - +<%= link_to "New Project", new_project_path %>