basic design setup

This commit is contained in:
Stefan Tollkühn
2025-07-23 18:05:55 +02:00
parent deba114e9c
commit 3a39d27675
3 changed files with 206 additions and 2 deletions

View File

@@ -34,6 +34,8 @@
</ul>
</div>
<%= yield %>
<div class="container">
<%= yield %>
</div>
</body>
</html>

View File

@@ -12,7 +12,7 @@
<% end %>
<% if project.subprojects.any? %>
<td>
<ul>
<ul class="subprojects">
<% project.subprojects.each do |subproject| %>
<li>
<%= link_to "#{subproject.subproject_name}", subproject_path(subproject) %>