From 8393202661d8baf9ebc5a2dadb82b2603d0365d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tollk=C3=BChn?= Date: Wed, 23 Jul 2025 17:11:54 +0200 Subject: [PATCH] add first steps for navigation --- app/views/layouts/application.html.erb | 11 +++++++++++ app/views/projects/index.html.erb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index e7b5822..0ab7317 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -23,6 +23,17 @@ + <%= yield %> diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index b377188..ff8bcfa 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 %> +