]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/diary_entry_controller.rb
More unit tests for the parsing of the Node.from_xml. Some code clean up to ensure...
[rails.git] / app / controllers / diary_entry_controller.rb
index 46986acb4c223023a9f7ce4febf2946216639ef0..16186314fe94d44facc26b5f16caac32324e2858 100644 (file)
@@ -63,6 +63,7 @@ class DiaryEntryController < ApplicationController
                                           :order => 'created_at DESC',
                                           :per_page => 20)
       else
+        @title = t'diary_entry.no_such_user.title'
         @not_found_user = params[:display_name]
 
         render :action => 'no_such_user', :status => :not_found