fixed user messaging stuff

This commit is contained in:
Nick Black 2007-05-07 14:14:51 +00:00
parent 47856a7228
commit 07f130f0a6
2 changed files with 4 additions and 3 deletions

View file

@ -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>