]> git.openstreetmap.org Git - rails.git/commitdiff
Cleanup.
authorTom Hughes <tom@compton.nu>
Wed, 22 Aug 2007 00:10:17 +0000 (00:10 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 22 Aug 2007 00:10:17 +0000 (00:10 +0000)
app/views/diary_entry/list.rhtml

index 37b0365aa164459c2310f517e76cfc12f420fe2a..8a60c1863a63be1d0b9e89197fc9c1a6ada058ad 100644 (file)
@@ -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 %>