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", "/" %>