Fix regression - no link to view diary of other users
This commit is contained in:
parent
69fb269f26
commit
2638cd5252
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
<!-- Displaying another user's profile page -->
|
||||
<%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :display_name => @this_user.display_name %>
|
||||
|
|
||||
<%= link_to t('user.view.diary'), :controller => 'diary_entry', :action => 'list', :display_name => @this_user.display_name %>
|
||||
|
|
||||
<%= link_to t('user.view.comments'), :controller => 'diary_entry', :action => 'comments', :display_name => @this_user.display_name %>
|
||||
|
|
||||
<% if @user and @user.is_friends_with?(@this_user) %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue