fixed user messaging stuff
This commit is contained in:
parent
47856a7228
commit
07f130f0a6
2 changed files with 4 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
<tr>
|
||||
<td><%= link_to nearby.display_name, :controller => 'user', :action => 'view', :display_name => nearby.display_name %></td>
|
||||
<td><%= link_to 'send message', :controller => 'message', :action => 'new', :display_name => nearby.display_name %></td>
|
||||
<td><%= link_to 'send message', :controller => 'message', :action => 'new', :user_id => nearby.id %></td>
|
||||
</tr>
|
||||
<%end%>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue