added friends
This commit is contained in:
10
app/views/friends/edit.html.erb
Normal file
10
app/views/friends/edit.html.erb
Normal 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>
|
||||
Reference in New Issue
Block a user