openstreetmap-website/app/views/changeset/_user.html.erb
Tom Hughes e477f68a6c Render the links using partial so we can do the appropriate rendering
for HTML and Atom versions and hopefully get the escaping right in the
feed. Closes #2135.
2009-08-05 23:39:24 +00:00

1 line
111 B
Text

<%= link_to user.display_name, :controller => "user", :action => "view", :display_name => user.display_name %>