<% if notice.present? %>
<%= notice %>
<% end %>
Freund anzeigen
<%= link_to "Bearbeiten", edit_friend_path(@friend), class: "btn-show" %>
<%= link_to "Liste anzeigen", friends_path, class: "btn-show" %>
<%= button_to "Löschen", @friend, method: :delete, form_class: "sm:inline-block mt-2 sm:mt-0 sm:ml-2",
class: "btn-destroy",
data: { turbo_confirm: "Are you sure?" } %>