X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8192c0bd17fe036561f6531524d16cbaca4bac33..1eb1335bb2b8f8a545c6a267d7cca81508197db8:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 5b8dcfcc9..694f561b2 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -2,7 +2,7 @@
<%= user_image @user %>
-

<%= @user.display_name %><%= role_icons(@user) %>

+

<%= @user.display_name %> <%= role_icons(@user) %>

<% if current_user and @user.id == current_user.id %>
<% if current_user and current_user.administrator? -%> -