Use named paths for diary comments path
This commit is contained in:
parent
536dee8fc7
commit
2436f9e580
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
<span class='count-number'><%= number_with_delimiter(current_user.diary_entries.size) %></span>
|
<span class='count-number'><%= number_with_delimiter(current_user.diary_entries.size) %></span>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<%= link_to t(".my comments"), :controller => "diary_entries", :action => "comments", :display_name => current_user.display_name %>
|
<%= link_to t(".my comments"), diary_comments_path(current_user) %>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<%= link_to t(".my settings"), user_account_path(current_user) %>
|
<%= link_to t(".my settings"), user_account_path(current_user) %>
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
<span class='count-number'><%= number_with_delimiter(@user.diary_entries.size) %></span>
|
<span class='count-number'><%= number_with_delimiter(@user.diary_entries.size) %></span>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<%= link_to t(".comments"), :controller => "diary_entries", :action => "comments", :display_name => @user.display_name %>
|
<%= link_to t(".comments"), diary_comments_path(@user) %>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<% if current_user and current_user.is_friends_with?(@user) %>
|
<% if current_user and current_user.is_friends_with?(@user) %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue