X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/41d6f19a6bed3b1a53f2fba12ca86ffbac1f8f5a..6ab522b2b35b565ff6f4458657dec70aa073c177:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 35ee7776b..caa7730cb 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -2,9 +2,9 @@
<%= user_image @user %>
-

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

+

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

<% if current_user and @user.id == current_user.id %> - +
-
<%= @user.description.to_html %>
+
<%= @user.description.to_html %>
+ + <% if current_user and @user.id == current_user.id %> +
+ <%= link_to t(".edit_profile"), edit_profile_path, :class => "btn btn-outline-primary" %> +
+ <% end %>
<% if current_user and current_user.administrator? -%> -
+