Files
mpa-blog/app/views/friends/new.html.erb
2025-11-19 10:55:58 +01:00

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>