add first steps for navigation
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<%= link_to "New project", new_project_path %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user