10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
<% 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 "Übersicht", friends_path, class: "btn-show" %>
|
|
</div>
|