X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5d3992daca978f714ff9d6758b6155b9f08ee3f5..ae8c0b3baff821423ef4830abab075ffb8f4ead9:/app/views/user/_user.html.erb diff --git a/app/views/user/_user.html.erb b/app/views/user/_user.html.erb new file mode 100644 index 000000000..66f6cd3bc --- /dev/null +++ b/app/views/user/_user.html.erb @@ -0,0 +1,20 @@ +<% cl = cycle('table0', 'table1') %> + + + + <%= user_thumbnail(user) %> + + +

+ <%= t 'user.list.summary', + :name => h(user.display_name), + :ip_address => link_to(user.creation_ip, :ip => user.creation_ip), + :date => l(user.creation_time, :format => :friendly) + %> +

+ <%= htmlize(user.description) %> + + + <%= check_box_tag "user_#{user.id}", "", false, :name => "user[#{user.id}]" %> + +