Cleanup.
This commit is contained in:
parent
169aac77d8
commit
7b659f4f30
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<h2><%= @this_user.display_name %>'s diary</h2>
|
||||
|
||||
<% if @user and @this_user.id == @user.id %>
|
||||
<%= link_to 'new post', :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %>
|
||||
<%= link_to 'New diary post', :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue