Merge pull request #4193 from AntonKhorev/lookup-friend

Lookup friend user before make/remove friend action
This commit is contained in:
Andy Allan 2023-08-30 15:17:11 +01:00 committed by GitHub
commit 124909a64c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 40 deletions

View file

@ -1,5 +1,5 @@
<% content_for :heading do %>
<h1><%= t ".heading", :user => @new_friend.display_name %></h1>
<h1><%= t ".heading", :user => @friend.display_name %></h1>
<% end %>
<%= bootstrap_form_tag do |f| %>