- added parties

- changed layout for index and added svgs
This commit is contained in:
2025-11-22 19:35:58 +01:00
parent d6623598a1
commit c9bf64dc8c
16 changed files with 100 additions and 130 deletions

View File

@ -3,5 +3,6 @@
<div class="md:w-2/3 w-full">
<h1 class="font-bold text-4xl">Neuer Freund</h1>
<%= render "form", friend: @friend %>
<%= link_to "Back to friends", friends_path, class: "btn-empty" %>
<%= link_to "Übersicht", friends_path, class: "btn-empty" %>
</div>