add first steps for navigation

This commit is contained in:
Stefan Tollkühn
2025-07-23 17:11:54 +02:00
parent 338b52a560
commit 8393202661
2 changed files with 12 additions and 1 deletions

View File

@@ -23,6 +23,17 @@
</head>
<body>
<div class="navigation">
<ul>
<li><%= link_to "Projects", projects_path %></li>
<li><%= link_to "Subprojects", subprojects_path %></li>
<ul>
<li><%= link_to "Subproject Addresses", subproject_addresses_path %></li>
</ul>
<li><%= link_to "Clients", clients_path %></li>
</ul>
</div>
<%= yield %>
</body>
</html>

View File

@@ -24,4 +24,4 @@
</table>
</div>
<%= link_to "New project", new_project_path %>