8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
<% content_for :title, "Neuer Freund" %>
|
|
|
|
<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" %>
|
|
</div>
|