]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/comments.html.erb
Refactor @this_user to @user
[rails.git] / app / views / diary_entry / comments.html.erb
index 9dc800cff56849107b7e25d7b202fe7f27543279..4e0350896096d6e7e70a39b12a58d94deadf684a 100644 (file)
@@ -1,5 +1,5 @@
 <% content_for :heading do %>
-  <h1><%= t('diary_entry.comments.has_commented_on', :display_name => @this_user.display_name) %></h1>
+  <h1><%= t('diary_entry.comments.has_commented_on', :display_name => @user.display_name) %></h1>
 <% end %>
 
 <table class="messages" width="100%">