Fix bogus date translation.
This commit is contained in:
parent
51010abe83
commit
f832d4d54b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
<% end %>
|
||||
</td>
|
||||
<td class="username"><%= link_to h(@friend.display_name), :controller => 'user', :action => 'view', :display_name => @friend.display_name %></td>
|
||||
<td><% if @friend.home_lon and @friend.home_lat %><%= t 'user.view.km away', :distance => l(@this_user.distance(@friend).round) %><% end %></td>
|
||||
<td><% if @friend.home_lon and @friend.home_lat %><%= t 'user.view.km away', :distance => @this_user.distance(@friend).round %><% end %></td>
|
||||
<td class="message">(<%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :user_id => @friend.id %>)</td>
|
||||
</tr>
|
||||
<%end%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue