Merge pull request #4193 from AntonKhorev/lookup-friend
Lookup friend user before make/remove friend action
This commit is contained in:
commit
124909a64c
2 changed files with 39 additions and 40 deletions
|
@ -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| %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue