From c008e052b2741b0453ef3219d349943de8f99c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Tollk=C3=BChn?= Date: Mon, 21 Jul 2025 16:01:40 +0200 Subject: [PATCH] add links to main page (projects) --- app/views/clients/index.html.erb | 2 ++ app/views/subprojects/index.html.erb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app/views/clients/index.html.erb b/app/views/clients/index.html.erb index 870fc74..e651f4d 100644 --- a/app/views/clients/index.html.erb +++ b/app/views/clients/index.html.erb @@ -14,3 +14,5 @@ <%= link_to "New client", new_client_path %> + +<%= link_to "Back to main", "/" %> \ No newline at end of file diff --git a/app/views/subprojects/index.html.erb b/app/views/subprojects/index.html.erb index f9793e4..7ec5ebe 100644 --- a/app/views/subprojects/index.html.erb +++ b/app/views/subprojects/index.html.erb @@ -14,3 +14,5 @@ <%= link_to "New subproject", new_subproject_path %> + +<%= link_to "Back to main", "/" %>