diff --git a/app/views/layouts/base_users.html.erb b/app/views/layouts/base_users.html.erb index 338d2c2cf..1c80870f6 100644 --- a/app/views/layouts/base_users.html.erb +++ b/app/views/layouts/base_users.html.erb @@ -33,7 +33,7 @@ - @@ -64,7 +64,7 @@ - +
<%= h @user.lastname<<@user.firstname %> <%=image_tag("/images/sidebar/male.png", weight:"11px", height:"11px") %> + <%= h @user.lastname<<@user.firstname %> <%=image_tag("/images/sidebar/male.png", weight:"11px", height:"11px") %>
<%= l(:label_user_login) %><%= format_date(@user.last_login_on) %>
<%= l(:label_user_mail) %><%= mail_to(h(@user.mail), nil, :encode => 'javascript') %><%= l(:label_user_mail) %><%= mail_to(h(@user.mail), nil, :encode => 'javascript') %>
diff --git a/app/views/tags/_tag.html.erb b/app/views/tags/_tag.html.erb index 3b3768fbc..521f07d83 100644 --- a/app/views/tags/_tag.html.erb +++ b/app/views/tags/_tag.html.erb @@ -1,6 +1,6 @@
<% if User.current.logged? %> - <%= tag('img', {:src => "/images/sidebar/tags.png"}, false, false) %> + <%= image_tag("/images/sidebar/tags.png") %> <% end %> diff --git a/public/images/avatars/User/4246 b/public/images/avatars/User/4246 index 65ef363cc..757c2a628 100644 Binary files a/public/images/avatars/User/4246 and b/public/images/avatars/User/4246 differ