added friends

This commit is contained in:
2025-11-19 10:55:58 +01:00
parent a13e7d504f
commit dffeb043f6
13 changed files with 228 additions and 2 deletions

View File

@ -0,0 +1,10 @@
<% content_for :title, "Editing friend" %>
<div class="md:w-2/3 w-full">
<h1 class="font-bold text-4xl">Freund bearbeiten</h1>
<%= render "form", friend: @friend %>
<%= link_to "Anzeigen", @friend, class: "btn-show" %>
<%= link_to "Liste", friends_path, class: "btn-show" %>
</div>