X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/898cc828dd1f1167f85abbf35c8e3f0ed640ac1e..3b75e9241507c0672dabaec44ecb83148df979b6:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index cf74fc0e0..119fe10a4 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -2,50 +2,50 @@
<%= user_image @this_user %>
-

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

- <% if @user and @this_user.id == @user.id %> - +

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

+ <% if current_user and @this_user.id == current_user.id %> + <% else %> - +
- <% if @user and @user.administrator? -%> + <% if current_user and current_user.administrator? -%>
<%= t 'user.view.email address' %> <%= @this_user.email %> <% unless @this_user.creation_ip.nil? -%> @@ -169,10 +171,10 @@ <% end %> - <% if @user and @this_user.id == @user.id %> + <% if current_user and @this_user.id == current_user.id %> <% if @this_user.home_lat.nil? or @this_user.home_lon.nil? %>
-

<%= raw(t 'user.view.if set location', :settings_link => (link_to t('user.view.settings_link_text'), :controller => 'user', :action => 'account', :display_name => @user.display_name)) %>

+

<%= raw(t 'user.view.if set location', :settings_link => (link_to t('user.view.settings_link_text'), :controller => 'user', :action => 'account', :display_name => current_user.display_name)) %>

<% else %> <% content_for :head do %> @@ -180,10 +182,10 @@ <% end %> <% user_data = { - :lon => @user.home_lon, - :lat => @user.home_lat, + :lon => current_user.home_lon, + :lat => current_user.home_lat, :icon => image_path("marker-red.png"), - :description => render(:partial => "popup", :object => @user, :locals => {:type => "your location"}) + :description => render(:partial => "popup", :object => current_user, :locals => {:type => "your location"}) } %> <%= content_tag "div", "", :id => "map", :class => "content_map", :data => {:user => user_data} %> @@ -193,7 +195,7 @@ <% nearby = @this_user.nearby - friends %>
-

<%= t 'user.view.your friends' %>

+

<%= t 'user.view.my friends' %>

<% if friends.empty? %> <%= t 'user.view.no friends' %>