]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/comments.html.erb
Simplify links on diary pages
[rails.git] / app / views / diary_entries / comments.html.erb
index 61ceccdc06635cc07ffd2a0f317cc51a2fe2a8e2..aa0fceb95c921046bb962547c7a5816f8089692b 100644 (file)
@@ -1,6 +1,6 @@
 <% content_for :heading do %>
   <h1><%= t ".heading", :user => @user.display_name %></h1>
-  <p><%= t ".subheading_html", :user => link_to(@user.display_name, user_path(@user)) %></p>
+  <p><%= t ".subheading_html", :user => link_to(@user.display_name, @user) %></p>
 <% end %>
 
 <% if @comments.empty? %>