6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
|
<h1>Add New Friend</h1>
|
||
|
|
||
|
<%= render 'form', friend: @friend %>
|
||
|
|
||
|
<%= link_to 'Back', friends_path %>
|